فهرست منبع

切换测试服务器

sunsheng 2 ماه پیش
والد
کامیت
5d9ffe2bfc
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      env/.env.development

+ 2 - 2
env/.env.development

@@ -2,8 +2,8 @@
 VITE_ENV = 'development'
 
 # Api地址
-VITE_API_URL = 'http://192.168.3.123:8091'
-# VITE_API_URL = 'http://xia0miduo.gicp.net:8091'
+# VITE_API_URL = 'http://192.168.3.123:8091'
+VITE_API_URL = 'http://xia0miduo.gicp.net:8091'
 
 #跳转地址
 VITE_JUMP_URL = 'http://localhost:4000/#/knowledgeChat?showMenu=true&chatMode=LOCAL'