mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
旧版测评管理增加token免登
This commit is contained in:
@@ -444,7 +444,7 @@
|
||||
circleActive: selectedKeys[0] === 'sub22-2' ? true : false,
|
||||
circle: selectedKeys[0] === 'sub22-2' ? false : true,
|
||||
}"></span>
|
||||
<a target="_blank" :href="evaluationManagement">测评管理</a>
|
||||
<a target="_blank" :href="`${evaluationManagement}?token=${getOrgToken()}`">测评管理</a>
|
||||
</a-menu-item>
|
||||
</a-sub-menu>
|
||||
<a-menu-item key="sub15" @titleClick="titleClick" v-if="checkMenu('download')">
|
||||
@@ -588,7 +588,7 @@
|
||||
<div class="imgBox">
|
||||
<img style="width: 22px; height: 22px" src="../assets/images/navleft/review.png" />
|
||||
</div>
|
||||
<a target="_blank" :href="oldManage">旧版管理员界面</a>
|
||||
<a target="_blank" :href="`${oldManage}?token=${getOrgToken()}`">旧版管理员界面</a>
|
||||
</a-menu-item>
|
||||
|
||||
<!-- <router-link target="_blank" to="/oldsystemmanage">旧版管理员界面</router-link> -->
|
||||
@@ -1148,9 +1148,9 @@ export default {
|
||||
pagename: "受众管理",
|
||||
},
|
||||
],
|
||||
oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE + '?token=' + getOrgToken(),
|
||||
oldManage: window.location.protocol + process.env.VUE_APP_OLD_MANAGE,
|
||||
evaluationManagement:
|
||||
window.location.protocol + process.env.VUE_APP_EVA_MANAGE + '?token=' + getOrgToken(),
|
||||
window.location.protocol + process.env.VUE_APP_EVA_MANAGE,
|
||||
});
|
||||
|
||||
const onOpenChange = (openKeys) => {
|
||||
@@ -1262,10 +1262,10 @@ export default {
|
||||
return state.lecturerRoute[lecturerRoute(state.lecturerAdmin)];
|
||||
};
|
||||
const getClientHeight = () => {
|
||||
console.log('evaluationManagement');
|
||||
state.screenHeight = document.body.clientHeight;
|
||||
};
|
||||
onMounted(() => {
|
||||
console.log('evaluationManagement:')
|
||||
// console.log("11111", 1);
|
||||
window.addEventListener("resize", getClientHeight, false);
|
||||
// judgeUrl();
|
||||
|
||||
Reference in New Issue
Block a user