tianyi 8 hours ago
parent
commit
ed3f1d13ff
  1. 2
      App.vue

2
App.vue

@ -213,6 +213,7 @@
// #ifdef MP-WEIXIN
this.globalData.GaoDeKey_amapkey = '52de86da47be2ea547c37dd382025a0c'
// #endif
if(uni.getStorageSync('peisongyuan')) return;
if (!uni.getStorageSync('bluetoothDeviceId')) {
uni.showModal({
title: '提示',
@ -228,7 +229,6 @@
}
});
}
},
computed: {
i18n() {

Loading…
Cancel
Save