Explorar o código

http 地址 根据localhost获取

zhangsijie %!s(int64=2) %!d(string=hai) anos
pai
achega
2d4f5ca429
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pingpu_vue/src/main.js

+ 1 - 1
pingpu_vue/src/main.js

@@ -25,7 +25,7 @@ Vue.prototype.$axios = axios;
 // import qs from 'qs'
 Vue.prototype.qs = Qs; // 全局注册,使用方法为:this.qs
 // Vue.prototype.$http = "http://106.119.196.18:10004";
-Vue.prototype.$http = window.location.host;
+Vue.prototype.$http = window.location.origin;
 /* eslint-disable no-new */
 const ElementUI = require("element-ui");
 Vue.use(ElementUI);