Browse Source

正式服地址

master
ltlzx 4 years ago
parent
commit
a3139584c0
  1. 3
      src/components/Header.vue
  2. 3
      src/main.js

3
src/components/Header.vue

@ -11,7 +11,8 @@
<img src="../assets/icons/svg/user.svg" alt="" >
<span class="f_title">{{name}}</span>
</div>
<a href="http://58.30.231.137:8035/#/cache/index">
<a href="http://10.24.4.57/#/Home">
<!-- <a href="http://58.30.231.137:8035/#/cache/index"> -->
<div class="header_right_item">
<img src="../assets/icons/svg/yingyong.svg" alt="" >
<span class="f_title">我的应用</span>

3
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

Loading…
Cancel
Save