From 8b2796fffef8d0436639b997b662a8b5790404e5 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Wed, 13 Sep 2023 20:33:05 +0800
Subject: [PATCH] demo环境初步搭建
---
src/router/index.ts | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 7db93c4..880ba53 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -9,14 +9,14 @@
const routes: Array<RouteRecordRaw> = [
{
path: '/',
- redirect: '/' + ERouterName.LOGIN
+ redirect: '/' + ERouterName.MEMBERS
},
- // 首页 登陆页面
- {
- path: '/' + ERouterName.LOGIN,
- name: ERouterName.LOGIN,
- component: () => import('/@/pages/page-web/index.vue')
- },
+ // // 首页 登陆页面
+ // {
+ // path: '/' + ERouterName.LOGIN,
+ // name: ERouterName.LOGIN,
+ // component: () => import('/@/pages/page-web/index.vue')
+ // },
// members, devices
{
path: '/' + ERouterName.HOME,
--
Gitblit v1.9.3