chore(release): unify to wwjcloud across backend/frontend; routes, DTO/VO paths, docs/links; remove niucloud; naming fixes

This commit is contained in:
wanwu
2025-11-13 19:26:41 +08:00
parent 5c1647df7c
commit 3163f56894
1192 changed files with 89154 additions and 9118 deletions

View File

@@ -1,11 +1,6 @@
# NestJS后端API地址
VITE_APP_BASE_URL=http://localhost:3000
# 开发模式
NODE_ENV=development
# API请求超时毫秒
VITE_APP_TIMEOUT=30000
# 是否开启Mock数据
VITE_APP_MOCK=false
VITE_REQUEST_HEADER_TOKEN_KEY='token'
VITE_REQUEST_HEADER_SITEID_KEY='site-id'