Commit d09d8f11f06ee6eeeb4c7f9bd6d35e6fbd49e05f
1 parent
3496ca23
修改‘修改pushkey’窗口的标题提示文案
Showing
1 changed file
with
2 additions
and
2 deletions
web_src/src/components/dialog/changePushKey.vue
| 1 | 1 | <template> |
| 2 | 2 | <div id="changepushKey" v-loading="isLoging"> |
| 3 | 3 | <el-dialog |
| 4 | - title="修改密码" | |
| 4 | + title="修改pushKey" | |
| 5 | 5 | width="42%" |
| 6 | 6 | top="2rem" |
| 7 | 7 | :close-on-click-modal="false" |
| ... | ... | @@ -83,7 +83,7 @@ export default { |
| 83 | 83 | }else { |
| 84 | 84 | this.$message({ |
| 85 | 85 | showClose: true, |
| 86 | - message: '修改密码失败,是否已登录(接口鉴权关闭无法修改密码)', | |
| 86 | + message: '修改pushKey失败,是否已登录(接口鉴权关闭无法修改pushKey)', | |
| 87 | 87 | type: 'error' |
| 88 | 88 | }); |
| 89 | 89 | } | ... | ... |