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