|
|
@ -305,12 +305,11 @@ export default { |
|
|
|
this.form.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
User.updatePassword(this.form).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
const tip = '密码修改成功,请重新登录点击确定退出' |
|
|
|
this.$confirm(tip, '提示', { |
|
|
|
this.$alert('密码修改成功!请重新登录点击确定后退出。', '修改成功', { |
|
|
|
confirmButtonText: '确定', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
this.handleQuXiao() |
|
|
|
callback: action => { |
|
|
|
this.handleQuXiao() |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
@ -370,7 +369,7 @@ export default { |
|
|
|
} else if (index == '8') { |
|
|
|
let myPopup = window.open('http://120.46.172.184/message/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index == '1') { |
|
|
|
let myPopup = window.open('http://120.46.172.184/scm/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
let myPopup = window.open('http://anrui.yyundong.com/scm/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index == '4') { |
|
|
|
let myPopup = window.open('http://120.46.172.184/fin/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} else if (index == '5') { |
|
|
|