Commit 28a1f353 by changjin

修改地址

parent dba9c0b1
......@@ -12,12 +12,11 @@ import 'element-ui/lib/theme-chalk/index.css';
import store from './vuex/store.js'
require('../static/css/index.css')
Vue.use(uploader)
Vue.prototype.fileUrl = 'http://39.97.169.207/' //测试
Vue.prototype.fileUrl = 'https://iotservice-test.jinmaodigital.com/' // 测试
// Vue.prototype.fileUrl = 'https://iotservice.jinmaodigital.com/' // 正式
// Vue.prototype.baseURL = 'http://172.16.2.69:8088/'
Vue.prototype.baseURL = 'http://39.97.169.207:9200/' // 测试
// Vue.prototype.baseURL = 'https://witcase.chinajinmao.cn' // 正式
Vue.prototype.baseURL = 'https://iotservice-test.jinmaodigital.com/service' // 测试
// Vue.prototype.baseURL = 'https://iotservice.jinmaodigital.com/service' // 正式
axios.defaults.fileURL = Vue.prototype.fileURL
axios.defaults.baseURL = Vue.prototype.baseURL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment