From cc6dec39701f9c268ad5c5c21ba1733bcdbc677e Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 18 Aug 2026 17:34:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(scene):=20=E9=A6=96=E9=A1=B5=E5=9C=BA?= =?UTF-8?q?=E6=89=80=E5=85=A5=E5=8F=A3=E8=B7=B3=E8=BD=AC=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B5=E5=B9=B6=E5=9B=9E=E6=98=BE=E6=89=80=E9=80=89=E5=9C=BA?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8230415..ff16903 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -21,10 +21,10 @@ @click="goConfig" /> - + - 请选择场所 + {{ sceneName || '请选择场所' }} @@ -42,14 +42,28 @@