diff --git a/http/interface.js b/http/interface.js index 635603f..a92b3db 100644 --- a/http/interface.js +++ b/http/interface.js @@ -5,7 +5,7 @@ export default { config: { - baseUrl: 'http://114.218.158.24:9020', + baseUrl: 'https://erpapi.fontree.cn', header: { "Content-Type": "application/json;charset=UTF-8", // 'Content-Type':'application/x-www-form-urlencoded' diff --git a/main.js b/main.js index 14e7ba3..8738904 100644 --- a/main.js +++ b/main.js @@ -7,7 +7,7 @@ import api from '@/http/' Vue.use(uView) Vue.prototype.$common = common; Vue.prototype.$api = api; -Vue.prototype.$baseUrl = "http://114.218.158.24:9020"; // "http://114.218.158.24:9022", "http://58.210.42.242:9085" +Vue.prototype.$baseUrl = "https://erpapi.fontree.cn"; // "http://114.218.158.24:9022", "http://58.210.42.242:9085" Vue.config.productionTip = false App.mpType = 'app' diff --git a/pages/repair/index.vue b/pages/repair/index.vue index 7f4a9be..709857f 100644 --- a/pages/repair/index.vue +++ b/pages/repair/index.vue @@ -126,7 +126,7 @@ - 返回