luyanan 6 years ago
parent
commit
680fd91ab9

+ 1 - 1
src/views/bridgesConsole/bridgeDetail/components/updateLoginPwd.vue

@ -66,7 +66,7 @@ export default {
66 66
          const newPw = this.ruleForm2.checkPass
67 67
          changePw({ newPw }).then((res) => {
68 68
            if (res.success) {
69
              MessageBox.alert('提示', '密码修改成功!', {
69
              MessageBox.alert('密码修改成功!', '提示', {
70 70
                confirmButtonText: '确定',
71 71
                type: 'success',
72 72
                center: true,

+ 1 - 1
src/views/bridgesConsole/bridgeDetail/components/updatePersonInfo.vue

@ -106,7 +106,7 @@ export default {
106 106
          }
107 107
          updateMyself(paramsData).then((res) => {
108 108
            if (res.success) {
109
              MessageBox.alert('提示', '您的信息修改成功!', {
109
              MessageBox.alert('您的信息修改成功!', '提示', {
110 110
                confirmButtonText: '确定',
111 111
                type: 'success',
112 112
                center: true,