feat:旧版管理员界面跳转添加

This commit is contained in:
wyx
2023-03-15 15:55:10 +08:00
parent 761b8a9f40
commit bef43237b0
4 changed files with 11 additions and 4 deletions

2
.env
View File

@@ -37,3 +37,5 @@ VUE_APP_EXAM_DETAIL_URL=//u-pre.boe.com/mobile/pages/exam/exam?id=
VUE_APP_H5=//u-pre.boe.com/student-h5
#用户头像
VUE_APP_AVATAR_PATH=/upload/
# 旧版管理员界面
VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html

View File

@@ -28,3 +28,5 @@ VUE_APP_H5=//u.boe.com/student-h5
VUE_APP_FILE_PATH=/upload/boe/file/
#用户头像
VUE_APP_AVATAR_PATH=/upload/
# 旧版管理员界面
VUE_APP_OLD_MANAGE=//u.boe.com/resource/index.html

View File

@@ -24,3 +24,5 @@ VUE_APP_EXAM_DETAIL_URL=//u.boe.com/mobile-release/pages/exam/exam?id=
VUE_APP_H5=//u.boe.com/student-h5-release
#用户头像
VUE_APP_AVATAR_PATH=/upload/
# 旧版管理员界面
VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html

View File

@@ -436,7 +436,7 @@
src="../assets/images/navleft/review.png"
/>
</div>
<a target="_blank" href="https://u-pre.boe.com/web/">旧版管理员界面</a>
<a target="_blank" :href="oldManage">旧版管理员界面</a>
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
</a-menu-item>
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
@@ -807,6 +807,7 @@ export default {
pagename: "字典管理",
},
],
oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE
});
// console.log(state.openKeys, state.selectedKeys);