This commit is contained in:
曹辉 2023-04-11 16:15:14 +08:00
parent 84fa056a57
commit 83dabce6fd

View File

@ -178,7 +178,7 @@
//退 //退
goremove() { goremove() {
let that = this let that = this
const value = uni.getStorageSync('nursePersonId'); const value = uni.getStorageSync('personRoleLoginFlag');
if (value) { if (value) {
uni.showModal({ uni.showModal({
title: '提示', title: '提示',