diff --git a/.env.production b/.env.production index 45f54ad..4fb8e9d 100644 --- a/.env.production +++ b/.env.production @@ -2,9 +2,9 @@ ENV = production # 线上环境接口地址 -# VITE_API_URL = https://cankao.cs.com.cn/admin -VITE_API_URL = http://123.60.153.169:8040/admin +VITE_API_URL = https://cankao.cs.com.cn/admin +# VITE_API_URL = http://123.60.153.169:8040/admin #H5的域名,目前是给列表里的复制用 -# VITE_API_URL_H5 = https://cankao.cs.com.cn -VITE_API_URL_H5 = http://123.60.153.169:8040 +VITE_API_URL_H5 = https://cankao.cs.com.cn +# VITE_API_URL_H5 = http://123.60.153.169:8040 diff --git a/src/views/login/component/account.vue b/src/views/login/component/account.vue index a329bef..78260ad 100644 --- a/src/views/login/component/account.vue +++ b/src/views/login/component/account.vue @@ -184,7 +184,7 @@ const signInSuccess = (isNoPower: boolean | undefined) => { // 登录成功,跳到转首页 // 如果是复制粘贴的路径,非首页/登录页,那么登录成功后重定向到对应的路径中 - if (isMobileByWidth() && Session.get('userInfoLocal').userType == '01') { + if (isMobileByWidth() && (Session.get('userInfoLocal').userType == '01' || Session.get('userInfoLocal').userType == '02')) { console.log('🚀 ~ signInSuccess ~ router:', route); // 移动端逻辑 diff --git a/src/views/pages/richedit/indexMobile copy.vue b/src/views/pages/richedit/indexMobile copy.vue new file mode 100644 index 0000000..71e9951 --- /dev/null +++ b/src/views/pages/richedit/indexMobile copy.vue @@ -0,0 +1,515 @@ + + + + diff --git a/src/views/pages/richedit/indexMobile.vue b/src/views/pages/richedit/indexMobile.vue index 71e9951..7d8135e 100644 --- a/src/views/pages/richedit/indexMobile.vue +++ b/src/views/pages/richedit/indexMobile.vue @@ -1,104 +1,165 @@