From d1a5403066731ec058f12144b6909948e326442d Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Thu, 16 Jun 2022 14:44:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/admission/index.vue | 12 ++++++------ src/main.js | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/page/admission/index.vue b/src/components/page/admission/index.vue index 2851bc9..95944d0 100644 --- a/src/components/page/admission/index.vue +++ b/src/components/page/admission/index.vue @@ -8,20 +8,20 @@
- + 委托标的: - + 标的卖方ISLI关联编码: - + 委托方/授权方: - + 交易品种: 全部 @@ -29,7 +29,7 @@ 文化数字内容 - + 发布状态: 全部文化数据 @@ -40,7 +40,7 @@ 委托期满文化数据 - + 交易方式: 全部 diff --git a/src/main.js b/src/main.js index 2241aa0..9b80a3b 100644 --- a/src/main.js +++ b/src/main.js @@ -19,6 +19,9 @@ Vue.config.productionTip = false Vue.prototype.$echarts = echarts; Vue.prototype.$host = 'http://58.30.231.138:8899' // Vue.prototype.$host = 'http://10.24.4.156' + +// Vue.prototype.$host = 'http://127.0.0.1' + router.beforeEach((to,from,next) => { // console.log('beforeEach') document.title = to.meta.title