From 8dca667217f06678fdf54ad2e24d9e2602e2983d Mon Sep 17 00:00:00 2001 From: lml <2367212933@qq.com> Date: Fri, 16 Aug 2024 14:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tabbar/navbar.vue | 2 +- src/plugin/index.js | 4 +++- src/view/globalNetwork/chinaMap.vue | 7 +++++++ src/view/newsHome/index.vue | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/components/tabbar/navbar.vue b/src/components/tabbar/navbar.vue index 8dceed9..45d376a 100644 --- a/src/components/tabbar/navbar.vue +++ b/src/components/tabbar/navbar.vue @@ -256,7 +256,7 @@ } }, goClient(){ - window.location.href= `http://56carrier.com:82/#/home/index` + window.location.href= `http://56carrier.com:80/#/home/index` }, showDialog() { this.dialogVisible = true; diff --git a/src/plugin/index.js b/src/plugin/index.js index 07c1dc9..ec17fee 100644 --- a/src/plugin/index.js +++ b/src/plugin/index.js @@ -21,7 +21,8 @@ import { Dialog, Main, Option, - MenuItemGroup + MenuItemGroup, + Input } from "element-ui"; Vue.use(Button) .use(Select) @@ -46,3 +47,4 @@ Vue.use(Button) .use(Main) .use(Option) .use(MenuItemGroup) + .use(Input) diff --git a/src/view/globalNetwork/chinaMap.vue b/src/view/globalNetwork/chinaMap.vue index ef24001..0402fa1 100644 --- a/src/view/globalNetwork/chinaMap.vue +++ b/src/view/globalNetwork/chinaMap.vue @@ -5,7 +5,14 @@