From b0863a1fefffab20cd02271230d0ff899b00a37f Mon Sep 17 00:00:00 2001 From: lynn Date: Wed, 7 May 2025 10:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90APP=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 13 ++++ pages/index/index.vue | 143 +++++++++++++++++++++++++++++++++--------- 2 files changed, 127 insertions(+), 29 deletions(-) diff --git a/manifest.json b/manifest.json index 38eb9e3..5142a03 100644 --- a/manifest.json +++ b/manifest.json @@ -72,6 +72,19 @@ "h5" : { "router" : { "base" : "/h5/" + }, + "title" : "盘点系统", + "domain" : "", + "template" : "index.html", + "optimization" : { + "treeShaking" : { + "enable" : true + } + }, + "permission": { + "scope.camera": { + "desc": "用于扫描二维码" + } } } } diff --git a/pages/index/index.vue b/pages/index/index.vue index a10edb7..cfcd086 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -28,7 +28,7 @@