tum 4 年之前
父节点
当前提交
e0cfb92798
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 0
      angular.json
  2. 2 3
      package.json

+ 1 - 0
angular.json

@@ -171,6 +171,7 @@
171 171
     }
172 172
   },
173 173
   "cli": {
174
+    "analytics": false,
174 175
     "defaultCollection": "@ionic/angular-toolkit"
175 176
   },
176 177
   "schematics": {

+ 2 - 3
package.json

@@ -26,6 +26,7 @@
26 26
     "@fortawesome/free-brands-svg-icons": "^5.15.4",
27 27
     "@fortawesome/free-regular-svg-icons": "^5.15.4",
28 28
     "@fortawesome/free-solid-svg-icons": "^5.15.4",
29
+    "@ionic-native/core": "^5.36.0",
29 30
     "@ionic-native/geolocation": "^5.36.0",
30 31
     "@ionic-native/http": "^5.36.0",
31 32
     "@ionic-native/native-geocoder": "^5.36.0",
@@ -87,9 +88,7 @@
87 88
       "cordova-plugin-splashscreen": {},
88 89
       "cordova-plugin-ionic-webview": {},
89 90
       "cordova-plugin-ionic-keyboard": {},
90
-      "cordova-plugin-geolocation": {
91
-        "GPS_REQUIRED": "true"
92
-      },
91
+      "cordova-plugin-geolocation": {},
93 92
       "cordova-plugin-nativegeocoder": {
94 93
         "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
95 94
       }