Browse Source

遗漏冲突处理

Koishi 3 năm trước cách đây
mục cha
commit
3e4d046942
2 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 0 4
      src/components/arcgis/arcgis.vue
  2. 1 1
      src/router/index.js

+ 0 - 4
src/components/arcgis/arcgis.vue

@@ -26,11 +26,7 @@
     import "@arcgis/core/assets/esri/themes/light/main.css";
 
     const mapUrl = "http://10.155.32.4:9080/arcgis/rest/services/nxmap/MapServer"; // ArcMap地址
-<<<<<<< HEAD
-    // const mapUrl = "http://172.16.6.30:12345/arcgis/rest/services/NX_MAP_15/MapServer"; // ArcMap地址
-=======
     // const mapUrl = "http://10.155.32.4:9080/arcgis/rest/services/NX_MAP_15/MapServer"; // ArcMap地址
->>>>>>> 996b254d1fad04d6216e1dfab6417806a304ca82
     let basemap = null;
     let map = null;
     let view = null;

+ 1 - 1
src/router/index.js

@@ -13,7 +13,7 @@ const routes = [{
 		name: 'Home',
 		component: Home,
 	},
-	{s
+	{
 		path: '/monitor/about',
 		name: 'About',
 		component: () =>