chore: 更新配置文件和依赖
This commit is contained in:
@@ -6,7 +6,7 @@ VITE_BASE=/
|
|||||||
# 请求路径
|
# 请求路径
|
||||||
VITE_BASE_URL=http://127.0.0.1:48080
|
VITE_BASE_URL=http://127.0.0.1:48080
|
||||||
# 接口地址
|
# 接口地址
|
||||||
VITE_GLOB_API_URL=/admin-api
|
VITE_GLOB_API_URL=http://47.103.66.220:48080/admin-api
|
||||||
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
|
||||||
VITE_UPLOAD_TYPE=server
|
VITE_UPLOAD_TYPE=server
|
||||||
# 是否打开 devtools,true 为打开,false 为关闭
|
# 是否打开 devtools,true 为打开,false 为关闭
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
"vue-router": "catalog:"
|
"vue-router": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/json-bigint": "catalog:"
|
"@types/json-bigint": "catalog:",
|
||||||
|
"vite": "catalog:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -854,6 +854,9 @@ importers:
|
|||||||
vue3-signature:
|
vue3-signature:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 0.2.4(vue@3.5.22(typescript@5.9.3))
|
version: 0.2.4(vue@3.5.22(typescript@5.9.3))
|
||||||
|
vuedraggable:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 4.1.0(vue@3.5.22(typescript@5.9.3))
|
||||||
|
|
||||||
apps/web-ele:
|
apps/web-ele:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -2113,6 +2116,9 @@ importers:
|
|||||||
'@types/json-bigint':
|
'@types/json-bigint':
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 1.0.4
|
version: 1.0.4
|
||||||
|
vite:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 7.1.11(@types/node@24.8.1)(jiti@2.6.1)(less@4.4.2)(sass@1.93.2)(terser@5.44.0)(yaml@2.8.1)
|
||||||
|
|
||||||
scripts/turbo-run:
|
scripts/turbo-run:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user