From 40f016d95500d116ed969c74b8bce175491b7b46 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 30 七月 2024 13:29:49 +0800
Subject: [PATCH] fix bug

---
 manifest.json |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/manifest.json b/manifest.json
index 9ab5b86..7911942 100644
--- a/manifest.json
+++ b/manifest.json
@@ -56,15 +56,12 @@
             "minified" : true
         },
         "usingComponents" : true,
-        "permission" : {
-
-        },
-        "plugins" : {
-            "chooseLocation" : {
-                "version" : "1.0.10",
-                "provider" : "wx76a9a06e5b4e693e"
-            }
-        }
+        "permission" : {},
+        "plugins" : {}
     },
+    // "chooseLocation" : {
+    //     "version" : "1.0.10",
+    //     "provider" : "wx76a9a06e5b4e693e"
+    // }
     "vueVersion" : "2"
 }

--
Gitblit v1.9.3