修改‘修改pushkey’窗口的标题提示文案

pull/567/head
jiang 2022-08-04 17:01:31 +08:00
parent 3496ca2378
commit d09d8f11f0
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div id="changepushKey" v-loading="isLoging"> <div id="changepushKey" v-loading="isLoging">
<el-dialog <el-dialog
title="修改密码" title="修改pushKey"
width="42%" width="42%"
top="2rem" top="2rem"
:close-on-click-modal="false" :close-on-click-modal="false"
@ -83,7 +83,7 @@ export default {
}else { }else {
this.$message({ this.$message({
showClose: true, showClose: true,
message: '修改密码失败,是否已登录(接口鉴权关闭无法修改密码', message: '修改pushKey失败是否已登录接口鉴权关闭无法修改pushKey',
type: 'error' type: 'error'
}); });
} }