From d2e2df7c4805cc9c5e4e915202f304e0e9a53758 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 23 May 2025 09:49:31 +0800
Subject: [PATCH] 临川优化
---
src/router/index.js | 28 +++++++++++++++++++---------
1 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index d25382c..09b3db1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 16:35:31
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-12-02 17:23:21
+ * @LastEditTime: 2024-12-24 16:57:10
* @FilePath: \bigScreen\src\router\index.js
* @Description:
*
@@ -22,13 +22,23 @@
// redirect: '/layout',
// },
{
- path: '',
+ path: '/',
redirect: '/layout',
},
{
path: '/login',
name: '登录页',
component: () => import('@/pages/login.vue'),
+ meta: {
+ keepAlive: true,
+ isTab: false,
+ isAuth: false,
+ },
+ },
+ {
+ path: '/sign',
+ name: '免登录',
+ component: () => import('@/pages/sign.vue'),
meta: {
keepAlive: true,
isTab: false,
@@ -125,13 +135,13 @@
},
component: () => import('@/views/rt/index.vue')
},
- {
- path: 'ochart',
- meta: {
- title: '作战图'
- },
- component: () => import('@/views/ochart/index.vue')
- },
+ // {
+ // path: 'ochart',
+ // meta: {
+ // title: '作战图'
+ // },
+ // component: () => import('@/views/ochart/index.vue')
+ // },
]
},
]
--
Gitblit v1.9.3