refactor(custom): 登录页面增加显式返回键
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-16 23:17:57 +08:00
parent 6ca3669950
commit 6f5d722e6e
4 changed files with 85 additions and 2 deletions

View File

@@ -51,7 +51,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";`,