# Conflicts:
#	src/App.vue
This commit is contained in:
dongruihua
2023-03-17 10:54:49 +08:00
41 changed files with 4749 additions and 2691 deletions

View File

@@ -437,7 +437,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')">
@@ -832,6 +832,7 @@ export default {
},
],
oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE
});
const onOpenChange = (openKeys) => {