mirror of
https://gitee.com/krxd/shuyuan.git
synced 2026-04-08 13:25:54 +08:00
修改后端地址配置
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
|
|
||||||
# api请求地址
|
# api请求地址
|
||||||
VITE_APP_BASE_URL='https://ttts.keruixinda.com/api/'
|
VITE_APP_BASE_URL='https://ttts.runtong.vip/api/'
|
||||||
|
|
||||||
# 图片服务器地址
|
# 图片服务器地址
|
||||||
VITE_IMG_DOMAIN='https://ttts.keruixinda.com'
|
VITE_IMG_DOMAIN='https://ttts.runtong.vip'
|
||||||
|
|
||||||
# 站点id 仅在编译为小程序时生效
|
# 站点id 仅在编译为小程序时生效
|
||||||
VITE_SITE_ID = '100002'
|
VITE_SITE_ID = '100002'
|
||||||
|
|||||||
Reference in New Issue
Block a user