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 @@ + + +