From 0b57d787325c27e73ab3631476eb9b89d31c11b0 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Mon, 11 Aug 2025 20:47:39 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=A2=9E=E5=8A=A0h5=E7=9A=84=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-mobile/README.md | 1 + .../src/pages/settings/index.vue | 55 ++++++++----------- 2 files changed, 25 insertions(+), 31 deletions(-) diff --git a/main/manager-mobile/README.md b/main/manager-mobile/README.md index 1886be80..6c767a51 100644 --- a/main/manager-mobile/README.md +++ b/main/manager-mobile/README.md @@ -26,6 +26,7 @@ pnpm i ``` 3) 本地开发(热更新) +- h5: `pnpm dev:h5`,然后观察启动日志显示的ip端口号 - 微信小程序:`pnpm dev:mp` 或 `pnpm dev:mp-weixin`,然后用微信开发者工具导入 `dist/dev/mp-weixin` - App:用 HBuilderX 导入 `manager-mobile`,然后参考下面的教程就能运行了 diff --git a/main/manager-mobile/src/pages/settings/index.vue b/main/manager-mobile/src/pages/settings/index.vue index c64ba4a6..bcc3ced1 100644 --- a/main/manager-mobile/src/pages/settings/index.vue +++ b/main/manager-mobile/src/pages/settings/index.vue @@ -1,18 +1,16 @@ - -{ +{ "layout": "default", "style": { "navigationBarTitleText": "设置", "navigationStyle": "custom" } -} - +}