diff --git a/src/views/sevenLargeScreen/indexL.vue b/src/views/sevenLargeScreen/indexL.vue index ded71e2..0062f7c 100644 --- a/src/views/sevenLargeScreen/indexL.vue +++ b/src/views/sevenLargeScreen/indexL.vue @@ -624,7 +624,6 @@ const getModuleMenu = async () => { // } }; onMounted(async () => { - initProjectTitle(); if (window.location.href.indexOf("token") != -1) { console.log("免登录跳转进来了吗----", window.location.href.indexOf("token")); const newToken = window.location.href.split("token=")[1].split("&")[0]; @@ -654,6 +653,7 @@ onMounted(async () => { store.setAccountType(data.result.accountType); store.setProjectDateAuth(data.menuAuthority); } + initProjectTitle(); await getModuleMenu(); if (COMPANY === "jsyc") { menuList.value = JSYCMenu;