From edf1e49cce6dc52a2204992e1de94b6a06cff261 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Mon, 1 Apr 2024 14:31:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?refactor(custom):=20=E6=88=91=E7=9A=84?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E7=BB=86=E5=BE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.ts | 2 +- package.json | 4 +- src/pages/users/account/index.vue | 73 +++++++++++++++++-------------- 3 files changed, 44 insertions(+), 35 deletions(-) diff --git a/config/index.ts b/config/index.ts index d4c4e16..bc28a33 100644 --- a/config/index.ts +++ b/config/index.ts @@ -50,7 +50,7 @@ const config = { prebundle: { enable: false }, }, cache: { - enable: true, // Webpack 持久化缓存配置,建议开启。默认配置请参考:https://docs.taro.zone/docs/config-detail#cache + enable: false, // Webpack 持久化缓存配置,建议开启。默认配置请参考:https://docs.taro.zone/docs/config-detail#cache }, sass: { data: `@import "@nutui/nutui-taro/dist/styles/variables.scss";`, diff --git a/package.json b/package.json index d3c7ffb..49e4a94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jdt-user", - "version": "3.0.12", + "version": "3.0.13", "private": true, "description": "", "templateInfo": { @@ -9,7 +9,7 @@ "css": "sass" }, "taroConfig": { - "version": "3.0.12" + "version": "3.0.13" }, "scripts": { "build:weapp": "taro build --type weapp", diff --git a/src/pages/users/account/index.vue b/src/pages/users/account/index.vue index 710899c..07478b9 100644 --- a/src/pages/users/account/index.vue +++ b/src/pages/users/account/index.vue @@ -1,6 +1,7 @@