国际化国家

This commit is contained in:
2026-02-10 20:55:56 +08:00
parent c8a11a6d78
commit 4ef5815890
29 changed files with 774 additions and 405 deletions

View File

@@ -4,8 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
# VITE_BASE_URL='http://192.168.2.21:48080'
VITE_BASE_URL='https://backstageapi.yolozs.com'
VITE_BASE_URL='http://192.168.2.22:48080'
# VITE_BASE_URL='https://backstageapi.yolozs.com'
# VITE_BASE_URL='https://testapi.tknb.net'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
@@ -30,7 +30,11 @@ VITE_BASE_PATH=/
VITE_MALL_H5_DOMAIN='http://localhost:3000'
# 验证码的开关
VITE_APP_CAPTCHA_ENABLE=false
VITE_APP_CAPTCHA_ENABLE=true
# Turnstile 站点密钥(生产 Key需要在 Cloudflare 添加 localhost 到域名白名单)
VITE_APP_TURNSTILE_SITE_KEY=0x4AAAAAACYSAf0bQMQ347Pz
# VITE_APP_TURNSTILE_SITE_KEY=1x00000000000000000000AA
# GoView域名
VITE_GOVIEW_URL='http://127.0.0.1:3000'