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

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);