api/http.interceptor.js
@@ -2,7 +2,7 @@ const install = (Vue, vm) => { // 此为自定义配置参数,具体参数见上方说明 Vue.prototype.$u.http.setConfig({ baseUrl: 'https://hesuancj.cn:8889', // 请求的本域名 baseUrl: 'https://shuinigonghui.cn:8889', // 请求的本域名 // method: 'POST', // 设置为json,返回后会对数据进行一次JSON.parse() dataType: 'json',