lsw 11 months ago
parent
commit
df9e8a3970
1 changed files with 3 additions and 3 deletions
  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请求
  */