mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 07:12:53 +08:00
验证码返回刷新问题
This commit is contained in:
@@ -580,12 +580,13 @@ export default {
|
||||
}
|
||||
saveInformation(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
window.localStorage.setItem('accountInformationRadio', this.radio)
|
||||
this.orderInfoDTO.validateCustomerFlag = '0'
|
||||
window.localStorage.setItem('accountInformationRadio', this.radio)
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/attachmentManagement'
|
||||
url: location.origin + '/#/sale/attachmentManagement',
|
||||
forbidSwipeBack: '1',
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/attachmentManagement'
|
||||
|
||||
Reference in New Issue
Block a user