mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:旧版管理员界面跳转添加
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user