Bläddra i källkod

fix: 还原接口代理服务地址

周玉环 4 dagar sedan
förälder
incheckning
f7cc732ad4
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      xinkeaboard-web/composables/index.js

+ 2 - 2
xinkeaboard-web/composables/index.js

@@ -1,8 +1,8 @@
 // 测试环境
-// export const apiUrl = 'http://54.46.9.88:8001/';
+export const apiUrl = 'http://54.46.9.88:8001/';
 
 // 本地后端
-export const apiUrl = 'http://192.168.0.158:8001/';
+// export const apiUrl = 'http://192.168.0.158:8001/';
 
 export const defaultUrl = 'http://54.46.9.88:8001/';
 export const supplierUrl = 'http://54.46.9.88:82/user/login';