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: { methods: {
back() { back() {
uni.reLaunch({ this.getAccount().then(() => {
url: './AppGridManagement', success() { uni.reLaunch({url: './AppGridManagement'})
this.getAccount()
}
}) })
} }
}, },