Browse Source

已经登录的不需要重复登录

master
kuaileWu 6 months ago
parent
commit
6406918abc
  1. 4
      App.vue

4
App.vue

@ -16,10 +16,6 @@
} catch (e) {
}
if(did) {
uni.clearStorageSync();
}
if(!did){
var doctor_id = uni.getStorageSync(this.globalData.doctoridStorageKey)
if(doctor_id){

Loading…
Cancel
Save