wangfukang 1 week ago
parent
commit
c9966168a8
  1. 8
      App.vue

8
App.vue

@ -4,14 +4,6 @@
export default {
onLaunch: function() {
uni.authorize({
scope: 'scope.userLocation',
success: function() {
}
})
},
onShow: function(options) {
const targetPath = getEnterShareTarget(options)
if (targetPath) {

Loading…
Cancel
Save