From d9899f1fb0d130e792db6546f003f8dd33603442 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 09 May 2021 15:24:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 src/router/page/index.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/router/page/index.js b/src/router/page/index.js
index 610c20b..5419a5b 100644
--- a/src/router/page/index.js
+++ b/src/router/page/index.js
@@ -118,17 +118,17 @@
       isAuth: false
     }
   },
-  {
-    path: '/xcxMap',
-    name: '地图',
-    component: () =>
-      import( /* webpackChunkName: "page" */ '@/views/dataL/xcxmap'),
-    meta: {
-      keepAlive: true,
-      isTab: false,
-      isAuth: false
-    }
-  },
+  // {
+  //   path: '/xcxMap',
+  //   name: '地图',
+  //   component: () =>
+  //     import( /* webpackChunkName: "page" */ '@/views/dataL/xcxh5map/map.html'),
+  //   meta: {
+  //     keepAlive: true,
+  //     isTab: false,
+  //     isAuth: false
+  //   }
+  // },
   {
     path: '*',
     redirect: '/404'

--
Gitblit v1.9.3