From 698a8ed05bfaffb64a6776bac174e1d8876c2c01 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 15 Apr 2025 11:50:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20nfc=E5=8D=A1=E5=86=99=E5=85=A5=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 13 ++++--- pages/adminNfc/nfcResult.vue | 68 ++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 4 deletions(-) create mode 100644 pages/adminNfc/nfcResult.vue diff --git a/pages.json b/pages.json index 8628369..b0cc81e 100644 --- a/pages.json +++ b/pages.json @@ -23,6 +23,13 @@ "navigationBarTitleText": "nfc卡写入" } }, + { + "path": "pages/adminNfc/nfcResult", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "nfc卡写入" + } + }, { "path": "pages/adminMy/index", "style": { @@ -279,10 +286,8 @@ // 当我们进入了pages/index/index页面以后就会预下载pages/subPack分包 "pages/index/index": { "network": "all", //在指定网络下预下载,可选值为:all(不限网络)、wifi(仅wifi下预下载) - "packages": [ - "pages/subPack" - ] //进入页面后预下载分包 + "packages": ["pages/subPack"] //进入页面后预下载分包 } }, "uniIdRouter": {} -} \ No newline at end of file +} diff --git a/pages/adminNfc/nfcResult.vue b/pages/adminNfc/nfcResult.vue new file mode 100644 index 0000000..9374d1b --- /dev/null +++ b/pages/adminNfc/nfcResult.vue @@ -0,0 +1,68 @@ + + +