Selaa lähdekoodia

fix: 更新api请求地址,由9201改为9301

zhupei@smartai.com 1 vuosi sitten
vanhempi
sitoutus
3b30f901e4
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      dist/config.js
  2. 2 2
      public/config.js

+ 2 - 2
dist/config.js

@@ -7,8 +7,8 @@ window.DMX_VERSION = '1.0.1';
  * 配置项最后一个字符 无需是 /
  * 即,无需以 / 结束
  */
-window.API_BASE_URL = 'http://192.168.20.119:9201/api';
-// window.API_BASE_URL = 'http://192.168.20.119:9301';
+// window.API_BASE_URL = 'http://192.168.20.119:9201/api';
+window.API_BASE_URL = 'http://192.168.20.119:9301';
 
 /**
  * 小数系统访问地址

+ 2 - 2
public/config.js

@@ -7,8 +7,8 @@ window.DMX_VERSION = '1.0.1';
  * 配置项最后一个字符 无需是 /
  * 即,无需以 / 结束
  */
-window.API_BASE_URL = 'http://192.168.20.119:9201/api';
-// window.API_BASE_URL = 'http://192.168.20.119:9301';
+// window.API_BASE_URL = 'http://192.168.20.119:9201/api';
+window.API_BASE_URL = 'http://192.168.20.119:9301';
 
 /**
  * 小数系统访问地址