From 0f3f6c0c2077c5b9057f6018eb79ca8cb76b8c97 Mon Sep 17 00:00:00 2001 From: hw Date: Thu, 30 Oct 2025 16:33:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=92=8C=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-ele/.env.development | 2 +- playground/package.json | 3 ++- pnpm-lock.yaml | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/web-ele/.env.development b/apps/web-ele/.env.development index 77c13d398..cf25c6dd5 100644 --- a/apps/web-ele/.env.development +++ b/apps/web-ele/.env.development @@ -6,7 +6,7 @@ VITE_BASE=/ # 请求路径 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服务 VITE_UPLOAD_TYPE=server # 是否打开 devtools,true 为打开,false 为关闭 diff --git a/playground/package.json b/playground/package.json index c8651563a..6c3045e62 100644 --- a/playground/package.json +++ b/playground/package.json @@ -54,6 +54,7 @@ "vue-router": "catalog:" }, "devDependencies": { - "@types/json-bigint": "catalog:" + "@types/json-bigint": "catalog:", + "vite": "catalog:" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d74811fa4..83cc6bd39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -854,6 +854,9 @@ importers: vue3-signature: specifier: 'catalog:' 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: dependencies: @@ -2113,6 +2116,9 @@ importers: '@types/json-bigint': specifier: 'catalog:' 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: dependencies: