Update API URLs in development and production environment files to new server endpoints for consistency across environments.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 基础环境变量示例
|
# 基础环境变量示例
|
||||||
VITE_API_BASE_URL=http://www.yishi.com
|
VITE_API_BASE_URL=http://www.yishi.com
|
||||||
VITE_API_BASE_URL2=https://kf.quwanzhi.com:9991
|
VITE_API_BASE_URL2=https://s2.siyuguanli.com:9991
|
||||||
VITE_API_WS_URL=wss://kf.quwanzhi.com:9993
|
VITE_API_WS_URL=wss://s2.siyuguanli.com:9993
|
||||||
# VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
|
# VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
|
||||||
VITE_APP_TITLE=存客宝
|
VITE_APP_TITLE=存客宝
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 基础环境变量示例
|
# 基础环境变量示例
|
||||||
VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
|
VITE_API_BASE_URL=https://ckbapi.quwanzhi.com
|
||||||
VITE_API_BASE_URL2=https://kf.quwanzhi.com:9991
|
VITE_API_BASE_URL2=https://s2.siyuguanli.com:9991
|
||||||
VITE_API_WS_URL=wss://kf.quwanzhi.com:9993
|
VITE_API_WS_URL=wss://s2.siyuguanli.com:9993
|
||||||
# VITE_API_BASE_URL=http://www.yishi.com
|
# VITE_API_BASE_URL=http://www.yishi.com
|
||||||
VITE_APP_TITLE=存客宝
|
VITE_APP_TITLE=存客宝
|
||||||
|
|||||||
Reference in New Issue
Block a user