fix: 统一管理端开发与部署路由契约
- 开发与生产统一使用 /flow/ 基路径和 Hash 路由 - 自动规范化本地根路径入口并补充契约测试
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
VITE_BASE=/flow/
|
||||
|
||||
# 接口地址
|
||||
VITE_GLOB_API_URL=/flow
|
||||
|
||||
# 是否开启压缩,可以设置为 none, brotli, gzip
|
||||
VITE_COMPRESS=gzip
|
||||
|
||||
# 是否开启 PWA
|
||||
VITE_PWA=false
|
||||
|
||||
# vue-router 的模式
|
||||
VITE_ROUTER_HISTORY=hash
|
||||
|
||||
# 是否注入全局loading
|
||||
VITE_INJECT_APP_LOADING=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user