From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改
---
src/page/login/index.vue | 2 +-
src/router/views/index.js | 30 +++++++++++++++---------------
public/map/index.html | 6 +++---
3 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/public/map/index.html b/public/map/index.html
index 8228655..4d7b14b 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -6,9 +6,9 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" type="text/css"
- href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
+ href="https://js.arcgis.com/3.18/dijit/themes/tundra/tundra.css" />
<link rel="stylesheet" type="text/css"
- href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
+ href="https://js.arcgis.com/3.18/esri/css/esri.css" />
<link rel="stylesheet" href="./lib/layui/css/layui.css" />
<link rel="stylesheet" href="./css/forestry-map.css" />
<link type="text/css" rel="stylesheet" href="framework.css" />
@@ -29,7 +29,7 @@
<script src="env.js"></script>
<script type="text/javascript"
- src="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
+ src="https://js.arcgis.com/3.18/init.js"></script>
<script src='./lib/zTree_v3/js/jquery.ztree.all.js'></script>
<script>
var _framework = null;
diff --git a/src/page/login/index.vue b/src/page/login/index.vue
index 3692baa..7a71c6d 100644
--- a/src/page/login/index.vue
+++ b/src/page/login/index.vue
@@ -37,7 +37,7 @@
</div>
<div class="company-jx">
- 技术支持:中国移动江西公司
+<!-- 技术支持:中国移动江西公司-->
</div>
</div>
diff --git a/src/router/views/index.js b/src/router/views/index.js
index f320081..43ea53c 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -230,21 +230,21 @@
import ( /* webpackChunkName: "views" */ '@/views/attendance/attendance')
}]
},
- // {
- // path: '/clientManagement',
- // component: Layout,
- // redirect: '/clientManagement/clientManagement',
- // children: [{
- //
- // path: 'index',
- // name: '设备管理',
- // meta: {
- // i18n: 'clientManagement'
- // },
- // component: () =>
- // import ( /* webpackChunkName: "views" */ '@/views/clientManagement/clientManagement')
- // }]
- // },
+ {
+ path: '/clientManagement',
+ component: Layout,
+ redirect: '/clientManagement/clientManagement',
+ children: [{
+
+ path: 'index',
+ name: '设备管理',
+ meta: {
+ i18n: 'clientManagement'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/clientManagement/clientManagement')
+ }]
+ },
{
path: '/equipmentInfo',
component: Layout,
--
Gitblit v1.9.3