mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
feat:旧版管理员界面跳转添加
This commit is contained in:
2
.env
2
.env
@@ -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_H5=//u-pre.boe.com/student-h5
|
||||||
#用户头像
|
#用户头像
|
||||||
VUE_APP_AVATAR_PATH=/upload/
|
VUE_APP_AVATAR_PATH=/upload/
|
||||||
|
# 旧版管理员界面
|
||||||
|
VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html
|
||||||
@@ -28,3 +28,5 @@ VUE_APP_H5=//u.boe.com/student-h5
|
|||||||
VUE_APP_FILE_PATH=/upload/boe/file/
|
VUE_APP_FILE_PATH=/upload/boe/file/
|
||||||
#用户头像
|
#用户头像
|
||||||
VUE_APP_AVATAR_PATH=/upload/
|
VUE_APP_AVATAR_PATH=/upload/
|
||||||
|
# 旧版管理员界面
|
||||||
|
VUE_APP_OLD_MANAGE=//u.boe.com/resource/index.html
|
||||||
@@ -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_H5=//u.boe.com/student-h5-release
|
||||||
#用户头像
|
#用户头像
|
||||||
VUE_APP_AVATAR_PATH=/upload/
|
VUE_APP_AVATAR_PATH=/upload/
|
||||||
|
# 旧版管理员界面
|
||||||
|
VUE_APP_OLD_MANAGE=//u-pre.boe.com/resource/index.html
|
||||||
@@ -436,7 +436,7 @@
|
|||||||
src="../assets/images/navleft/review.png"
|
src="../assets/images/navleft/review.png"
|
||||||
/>
|
/>
|
||||||
</div>
|
</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> -->
|
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
|
||||||
</a-menu-item>
|
</a-menu-item>
|
||||||
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
|
<a-menu-item key="sub17" v-if="checkMenu('ReadingClubManage')">
|
||||||
@@ -807,6 +807,7 @@ export default {
|
|||||||
pagename: "字典管理",
|
pagename: "字典管理",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE
|
||||||
});
|
});
|
||||||
|
|
||||||
// console.log(state.openKeys, state.selectedKeys);
|
// console.log(state.openKeys, state.selectedKeys);
|
||||||
|
|||||||
Reference in New Issue
Block a user