From d1229bd4fe82c5303a07cd96476c27f61b1c48b2 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 08 十月 2024 16:23:54 +0800 Subject: [PATCH] updatge 扣款详情 --- manifest.json | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/manifest.json b/manifest.json index fef255e..f2448bf 100644 --- a/manifest.json +++ b/manifest.json @@ -52,10 +52,20 @@ "appid" : "wx3203fd935a6ffe09", "setting" : { "urlCheck" : false, - "es6" : true + "es6" : true, + "minified" : true }, "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "获取店铺位置与实现蓝牙打印功能" + } + }, "plugins" : {} }, + // "chooseLocation" : { + // "version" : "1.0.10", + // "provider" : "wx76a9a06e5b4e693e" + // } "vueVersion" : "2" } -- Gitblit v1.9.3