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