|
|
|
@ -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 |
|
|
|
|