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 @@ + + + + + + + + + + 清空条件 + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + 草稿 + 未发布 + 已发布 + 审核中 + + + + + + + + + {{ item.submitter }} + + + + 编辑评分: + {{ item.rating }} + + + + + + 报道时间: + {{ item.publishTime }} + + + + 编辑 + + 编辑 + + + 撤稿 + 发布 + + + + + + + + --- 正在加载中 --- + --- 已经到底了 --- + + + + + + + + + + + + + + + + + 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 @@ - - - - - - - + + + + + + + - 清空条件 - + 清空条件 + - + - - - - {{ item.name }} - - - + + + + {{ item.name }} + + + - - + + - - - - - - - - - 草稿 - 未发布 - 已发布 - 审核中 - - - - - - - - - {{ item.submitter }} - + + + + + + + + 草稿 + 未发布 + 已发布 + 审核中 + + + + + + + + + {{ item.submitter }} + - - 编辑评分: - {{ item.rating }} - - - - - - 报道时间: - {{ item.publishTime }} - + + 编辑评分: + {{ item.rating }} + + + + + + 报道时间: + {{ item.publishTime }} + - - 编辑 + + + 恢复 + + + + + + 编辑 - 编辑 - - - 撤稿 - 发布 - + 送审 + 撤审 - - - - + 删除 + + + 撤审 - --- 正在加载中 --- - --- 已经到底了 --- + + 退改 - + 编辑 - - - - - - - - - + 复审 + 发布 + + + + 编辑 + + 退改 + + 撤稿 + 发布 + + 退改 + + + + + + + + + + --- 正在加载中 --- + --- 已经到底了 --- + + + + + + + + + + +