From a2a242b8cd3aaebbfea69ca153459b77b0c32c16 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 11 Nov 2022 15:09: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