zhangxiaoxu123456
2021-12-17 4d4a844ef624dde8667b314d353599297f6cb8d9
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',