添加高德定位插件 获取定位信息
Showing
capacitor.config.json
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -21,14 +21,18 @@ |
| "@angular/platform-browser": "^7.2.2", | ||
| "@angular/platform-browser-dynamic": "^7.2.2", | ||
| "@angular/router": "^7.2.2", | ||
| "@capacitor/cli": "1.0.0", | ||
| "@capacitor/core": "1.0.0", | ||
| "@delon/auth": "^7.4.0", | ||
| "@ionic-native/barcode-scanner": "^5.6.0", | ||
| "@ionic-native/core": "^5.6.0", | ||
| "@ionic-native/gao-de-location": "^5.7.0", | ||
| "@ionic-native/splash-screen": "^5.6.0", | ||
| "@ionic-native/status-bar": "^5.6.0", | ||
| "@ionic/angular": "^4.1.0", | ||
| "cordova-android": "8.0.0", | ||
| "cordova-browser": "6.0.0", | ||
| "cordova-plugin-gaodelocation-chenyu": "2.0.2", | ||
| "core-js": "^2.6.7", | ||
| "ng-zorro-antd-mobile": "^0.12.2", | ||
| "phonegap-plugin-barcodescanner": "8.0.1", | ||
| ... | ... | @@ -83,6 +87,10 @@ |
| "cordova-plugin-ionic-keyboard": {}, | ||
| "phonegap-plugin-barcodescanner": { | ||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
| }, | ||
| "cordova-plugin-gaodelocation-chenyu": { | ||
| "ANDROID_API_KEY": "b1791bd94c2b12c1b6f4268544adbd2c", | ||
| "IOS_API_KEY": "f7486f5f598535c2bfb2a4e2992d30eb" | ||
| } | ||
| }, | ||
| "platforms": [ | ||
| ... | ... |
Please
register
or
sign in
to comment