From 9402c8b7194e18e7cf7be32840619204a3dbf34b Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:57:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(app):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=92=8C=E6=80=A7=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 puzzleComponent 中添加 watch 监听 loading 状态,以重置验证状态 - 修改 personal-Info 页面中路由跳转方式 - 在 nuxt.config.js 中添加 imagemin 插件,优化图片压缩 - 更新 package.json,添加 vite-plugin-imagemin 依赖 --- app/components/puzzleComponent/index.vue | 18 +- .../signature/personal-Info/index.vue | 2 +- nuxt.config.js | 44 +- package.json | 3 +- pnpm-lock.yaml | 2161 ++++++++++++++++- 5 files changed, 2200 insertions(+), 28 deletions(-) diff --git a/app/components/puzzleComponent/index.vue b/app/components/puzzleComponent/index.vue index b636f63..c031771 100644 --- a/app/components/puzzleComponent/index.vue +++ b/app/components/puzzleComponent/index.vue @@ -1,7 +1,7 @@