Explorar el Código

feat:修改连接

DESKTOP-USV654P\pc hace 4 meses
padre
commit
d140094ce5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .env.development

+ 2 - 2
.env.development

@@ -15,8 +15,8 @@ VITE_DROP_CONSOLE = false
 
 # 接口地址
 # 如果没有跨域问题,直接在这里配置即可
- VITE_GLOB_API_URL=http://localhost:8080
-# VITE_GLOB_API_URL=http://10.150.10.139:8888/api
+# VITE_GLOB_API_URL=http://localhost:8080
+ VITE_GLOB_API_URL=http://10.150.10.139:8888/api
 
 #VITE_GLOB_API_URL=http://172.21.92.28:8080
 # 文件上传接口  可选