From 88b0c436b8ed057be4ad9290c25118eb9af03596 Mon Sep 17 00:00:00 2001 From: zc <2064281269@qq.com> Date: Wed, 29 Oct 2025 17:47:47 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=B1=BB=E7=9B=AE=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/goods/category/index.vue | 229 ++++++++++++------------ src/views/goods/category/init-method.ts | 100 +++++++++++ yarn.lock | 46 +++-- 4 files changed, 238 insertions(+), 139 deletions(-) create mode 100644 src/views/goods/category/init-method.ts diff --git a/package.json b/package.json index c5de9c0..4806080 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.6.8", - "element-plus": "^2.7.6", + "element-plus": "^2.11.5", "lz-utils-lib": "^1.0.51", "pinia": "^2.1.7", "trans-config": "^0.0.4", diff --git a/src/views/goods/category/index.vue b/src/views/goods/category/index.vue index cf60bca..e4fface 100644 --- a/src/views/goods/category/index.vue +++ b/src/views/goods/category/index.vue @@ -1,6 +1,24 @@