Browse Source

使用发布版接口路径

zhuth 7 years ago
parent
commit
bf0f30337e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/constants/url.js

+ 2 - 2
src/constants/url.js

@@ -1,5 +1,5 @@
-// const BASE_URL = 'http://192.168.253.189:8081/BI';
-const BASE_URL = 'http://192.168.253.129:8080';
+const BASE_URL = 'http://192.168.253.189:8081/BI';
+// const BASE_URL = 'http://192.168.253.129:8080';
 
 /**后台接口地址 */
 const URLS = {