BUG 30116
This commit is contained in:
@@ -29,10 +29,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
back() {
|
||||
uni.reLaunch({
|
||||
url: './AppGridManagement', success() {
|
||||
this.getAccount()
|
||||
}
|
||||
this.getAccount().then(() => {
|
||||
uni.reLaunch({url: './AppGridManagement'})
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user