diff --git a/public/configJson/map.json b/public/configJson/map.json index a556ad1..fd67232 100644 --- a/public/configJson/map.json +++ b/public/configJson/map.json @@ -75,14 +75,6 @@ "layer": "img_z" } ], - "show": false - }, - { - "id": "yinxiangMap", - "name": "天地图影像", - "type": "xyz", - "url": "http:/www.tdss.website:280/tiles/img_c/{z}/{x}/{y}", - "crs": "EPSG:4490", "show": true } ], diff --git a/src/api/home.js b/src/api/home.js index 4f8cb90..5326667 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -1,7 +1,7 @@ import request from "@/utils/request"; export function Homeview(data) { - let url = "/api/Home/index"; + let url = "/api/Home/view"; return request({ url: url, method: "get", diff --git a/src/assets/img/left-hover.png b/src/assets/img/left-hover.png index f069bf1..56b772b 100644 Binary files a/src/assets/img/left-hover.png and b/src/assets/img/left-hover.png differ diff --git a/src/assets/img/left-nohover.png b/src/assets/img/left-nohover.png index addce23..d73e22f 100644 Binary files a/src/assets/img/left-nohover.png and b/src/assets/img/left-nohover.png differ diff --git a/src/assets/img/right-hover.png b/src/assets/img/right-hover.png index 9ead2b0..4f0746e 100644 Binary files a/src/assets/img/right-hover.png and b/src/assets/img/right-hover.png differ diff --git a/src/assets/img/right-nohover.png b/src/assets/img/right-nohover.png index 456713f..7c48253 100644 Binary files a/src/assets/img/right-nohover.png and b/src/assets/img/right-nohover.png differ diff --git a/src/assets/img/wargin.mp3 b/src/assets/img/wargin.mp3 new file mode 100644 index 0000000..5a9b320 Binary files /dev/null and b/src/assets/img/wargin.mp3 differ diff --git a/src/views/contentData/Footer/index.vue b/src/views/contentData/Footer/index.vue index 3ba8f24..cd7b00f 100644 --- a/src/views/contentData/Footer/index.vue +++ b/src/views/contentData/Footer/index.vue @@ -49,7 +49,7 @@ export default { display: flex; justify-content: center; position: absolute; - bottom: 1%; + bottom: 0%; width: 360px; left: 50%; transform: translateX(-50%); @@ -60,7 +60,7 @@ export default { line-height: 40px; color: #fff; background: url(../../../assets/img/left-nohover.png); - background-size: 130% 230% !important; + background-size: 100% 100% !important; background-repeat: no-repeat !important; background-position: center !important; position: relative; @@ -77,7 +77,7 @@ export default { line-height: 40px; color: #fff; background: url(../../../assets/img/right-hover.png); - background-size: 130% 230% !important; + background-size: 100% 100% !important; background-repeat: no-repeat !important; background-position: center !important; position: relative; diff --git a/src/views/contentData/LeftSidebar/index.vue b/src/views/contentData/LeftSidebar/index.vue index 8290066..30790b3 100644 --- a/src/views/contentData/LeftSidebar/index.vue +++ b/src/views/contentData/LeftSidebar/index.vue @@ -38,6 +38,13 @@