jiang
2022-08-04 d09d8f11f06ee6eeeb4c7f9bd6d35e6fbd49e05f
修改‘修改pushkey’窗口的标题提示文案
1个文件已修改
4 ■■■■ 已修改文件
web_src/src/components/dialog/changePushKey.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/dialog/changePushKey.vue
@@ -1,7 +1,7 @@
<template>
  <div id="changepushKey" v-loading="isLoging">
    <el-dialog
      title="修改密码"
      title="修改pushKey"
      width="42%"
      top="2rem"
      :close-on-click-modal="false"
@@ -83,7 +83,7 @@
        }else {
          this.$message({
            showClose: true,
            message: '修改密码失败,是否已登录(接口鉴权关闭无法修改密码)',
            message: '修改pushKey失败,是否已登录(接口鉴权关闭无法修改pushKey)',
            type: 'error'
          });
        }