This commit is contained in:
dap
2024-08-30 10:15:41 +08:00
73 changed files with 329 additions and 155 deletions

View File

@@ -12,6 +12,9 @@ VITE_ROUTER_HISTORY=history
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true
# 后台请求路径 具体在vite.config.mts配置代理
VITE_GLOB_API_URL=/prod-api
@@ -26,3 +29,4 @@ VITE_GLOB_APP_CLIENT_ID=6afcaa29272b14c1c87264950c726ef4
# 开启WEBSOCKET
VITE_GLOB_WEBSOCKET_ENABLE=false

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/web-antd",
"version": "5.1.2",
"version": "5.2.0",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {

View File

@@ -14,3 +14,6 @@ VITE_ROUTER_HISTORY=hash
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/web-ele",
"version": "5.1.2",
"version": "5.2.0",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {

View File

@@ -14,3 +14,6 @@ VITE_ROUTER_HISTORY=hash
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true
# 打包后是否生成dist.zip
VITE_ARCHIVER=true

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/web-naive",
"version": "5.1.2",
"version": "5.2.0",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {