From 5fe7427421961e8d15b2b6e5d41240939185f954 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 05 Aug 2022 14:57:34 +0800
Subject: [PATCH] 上传
---
src/router/routes.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/router/routes.js b/src/router/routes.js
index ab6e40a..c89b89d 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -2,18 +2,18 @@
* @Author: 小明丶
* @Date: 2019-08-13 18:10:18
* @LastEditors: zxq
- * @LastEditTime: 2022-08-02 17:27:11
+ * @LastEditTime: 2022-06-16 16:42:54
* @Description:
*/
export default [
- // {
- // path:"/",
- // name:'front-login',
- // component:()=>import("@/views/user/front-login.vue"),
- // meta:{
- // isLogin:true
- // }
- // },
+ {
+ path:"/",
+ name:'front-login',
+ component:()=>import("@/views/user/front-login.vue"),
+ meta:{
+ isLogin:true
+ }
+ },
{
path:"/login",
name:'login',
@@ -36,7 +36,7 @@
// component:()=>import("@/views/user/agreement2.vue"),
// },
{
- path:"/",
+ path:"/home",
name:'home',
component:()=>import("@/views/home.vue"),
children:[
--
Gitblit v1.8.0