作者 xuyangjie

8.26

... ... @@ -24,7 +24,7 @@ Vue.prototype.apiUrl="http://app.huasiservice.com/"
//测试地址
// Vue.prototype.obiUrl="http://192.168.1.106/"
//正式地址
Vue.prototype.obiUrl="http://obituaries.tvue.brofirst.cn/"
Vue.prototype.obiUrl="http://app.huasiservice.com/"
//测试腾讯地图key
// Vue.prototype.tencentMapKey = "XOKBZ-DLNW4-WEHUT-XKTM3-6NBLK-WUFN7"
//正式腾讯地图key
... ...
... ... @@ -81,7 +81,7 @@
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "http://obituaries.t.brotop.cn/", //目标接口域名
"target" : "http://app.huasiservice.com/", //目标接口域名
"changeOrigin" : true, //是否跨域
"secure" : false // 设置支持https协议的代理
},
... ...