lsw 11 月之前
父節點
當前提交
df9e8a3970
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/common/http.js

+ 3 - 3
app/common/http.js

@@ -1,6 +1,6 @@
-const ip = 'http://127.0.0.1:9191';
-//const ip = 'https://chenglantimes.com/prod-api';
-//const ip = 'http://192.168.0.104:9191';
+//const ip = 'http://127.0.0.1:9191';
+const ip = 'https://chenglantimes.com/prod-api';
+//const ip = 'http://192.168.0.102:9191';
 /**
  * 封装的http请求
  */