diff --git a/env/.env b/env/.env index eb594ff..1cfc505 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = 'ruoyi-vue-pro' +VITE_APP_TITLE = '芋道管理系统' VITE_APP_PORT = 9000 VITE_UNI_APPID = 'H57F2ACE4' diff --git a/src/interceptors/route.ts b/src/interceptors/route.ts index 016d9fc..252855b 100644 --- a/src/interceptors/route.ts +++ b/src/interceptors/route.ts @@ -6,11 +6,11 @@ * * update 2024-10-09 * 登录之后,会进行页面跳转。在完成页面跳转之前,就需要获取到用户信息 - * 并设置到userStore中。 - * + * 并设置到 userStore 中。 + * * 如何设置当前页面需要校验登录状态? - * 在router块中设置 - * + * 在 router 块中设置 + * * { layout: 'tabbar', @@ -60,10 +60,10 @@ const navigateToInterceptor = { return option } - // 下面的逻辑跟PC端差不多 + // 下面的逻辑跟 PC 端差不多 if (getAccessToken()) { if (path === '/pages/login/index') { - // 这里写死,避免在login页面中设置了needLogin,导致死循环 + // 这里写死,避免在 login 页面中设置了 needLogin,导致死循环 return option } else { // todo 获取字典数据并保存到本地 diff --git a/src/manifest.json b/src/manifest.json index 3a9762f..f7fbc9e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "ruoyi-vue-pro", + "name": "芋道管理系统", "appid": "H57F2ACE4", "description": "", "versionName": "1.0.0", diff --git a/src/pages/colab/index.vue b/src/pages/colab/index.vue index 9437be7..5645a48 100644 --- a/src/pages/colab/index.vue +++ b/src/pages/colab/index.vue @@ -1,3 +1,4 @@ + { layout: 'tabbar', diff --git a/src/pages/contacts/components/ContactsItem.vue b/src/pages/contacts/components/ContactsItem.vue index a4246a9..d5d539a 100644 --- a/src/pages/contacts/components/ContactsItem.vue +++ b/src/pages/contacts/components/ContactsItem.vue @@ -1,4 +1,4 @@ - +