From 051957280984f1b519b7312fa177511f95506e7b Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 29 Nov 2022 09:21:07 +0800 Subject: [PATCH] vconsole --- 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