From a3139584c0003289e5b455cbf1b10b9af3ad2f2c Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Tue, 10 May 2022 17:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E6=9C=8D=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header.vue | 3 ++- src/main.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index ff3cac1..d867a49 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -11,7 +11,8 @@ {{name}} - + +
ζˆ‘ηš„εΊ”η”¨ diff --git a/src/main.js b/src/main.js index 5522e84..9480ed3 100644 --- a/src/main.js +++ b/src/main.js @@ -17,7 +17,8 @@ import echarts from "echarts"; Vue.use(Antd); Vue.config.productionTip = false Vue.prototype.$echarts = echarts; -Vue.prototype.$host = 'http://58.30.231.138:8899' +// Vue.prototype.$host = 'http://58.30.231.138:8899' +Vue.prototype.$host = 'http://10.24.4.156' router.beforeEach((to,from,next) => { // console.log('beforeEach') document.title = to.meta.title