From a90ff18543b79d5b9e02da2f6007abc1bc65d049 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Mon, 7 Jul 2025 17:53:28 +0800 Subject: [PATCH] =?UTF-8?q?flx:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=85=8D=E7=99=BB=E5=BD=95=E8=BF=9B=E6=9D=A5?= =?UTF-8?q?=E6=8A=A5=E9=94=99bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sevenLargeScreen/indexL.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;