Commit 974c1aca authored by 李庆科's avatar 李庆科

调整本地调试端口

parent a8524c49
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
VITE_API_PREFIX=/api VITE_API_PREFIX=/api
# 后台接口的地址,这个地址只有在开发环境用,上线后用nginx转发 # 后台接口的地址,这个地址只有在开发环境用,上线后用nginx转发
VITE_API_URL=http://192.168.31.180:21000 VITE_API_URL=http://localhost:9971
# sso单点服务器的地址,上线后需要改为线上的单点服务地址 # sso单点服务器的地址,上线后需要改为线上的单点服务地址
VITE_APP_SSO_HOST=http://localhost:8888 VITE_APP_SSO_HOST=http://localhost:8888
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment