luyanan vor 6 Jahren
Ursprung
Commit
46befbb51b
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 0
      src/libs/http.js
  2. 0 1
      static/plat-info.js

+ 3 - 0
src/libs/http.js

@ -4,6 +4,9 @@ let http = { };
4 4
const kexiuUrl = 'http://192.168.3.233:81';
5 5
const platUrl = 'http://localhost:7070';
6 6
7
// const kexiuUrl = 'http://www.ekexiu.com';
8
// const platUrl = 'http://120.27.36.244';
9
7 10
// const kexiuUrl = 'http://192.168.3.233'; // 跳转科袖链接地址、图片访问路径
8 11
// const platUrl = 'http://192.168.3.233:2080'; // 邮箱配置的地址
9 12

+ 0 - 1
static/plat-info.js

@ -24,4 +24,3 @@ PLAT.info = {
24 24
};
25 25
26 26
window.PLAT = PLAT;
27
// export default PLAT;