BUG 30116

This commit is contained in:
aixianling
2022-06-10 17:36:49 +08:00
parent 3bf68eded1
commit 2f43573668

View File

@@ -29,10 +29,8 @@ export default {
},
methods: {
back() {
uni.reLaunch({
url: './AppGridManagement', success() {
this.getAccount()
}
this.getAccount().then(() => {
uni.reLaunch({url: './AppGridManagement'})
})
}
},