diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue
index 779e1e15..6ca3f876 100644
--- a/src/components/NavLeft.vue
+++ b/src/components/NavLeft.vue
@@ -444,7 +444,7 @@
circleActive: selectedKeys[0] === 'sub22-2' ? true : false,
circle: selectedKeys[0] === 'sub22-2' ? false : true,
}">
- 测评管理
+ 测评管理
@@ -588,7 +588,7 @@
- 旧版管理员界面
+ 旧版管理员界面
@@ -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();