Commit 170c317af62786d6d6e9f0ca21918a30ebee5a73
1 parent
c476dbfc
perf: modify message prompt content
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -259,7 +259,7 @@ | @@ -259,7 +259,7 @@ | ||
259 | if (!unref(isUpdate)) { | 259 | if (!unref(isUpdate)) { |
260 | await addOrEditFunc(); | 260 | await addOrEditFunc(); |
261 | if (allPostForm.name == undefined) { | 261 | if (allPostForm.name == undefined) { |
262 | - return createMessage.error('请填写名称'); | 262 | + return createMessage.error('请填写配置参数名称'); |
263 | } | 263 | } |
264 | //验证属性新增了必填 | 264 | //验证属性新增了必填 |
265 | const isApiHeaders = | 265 | const isApiHeaders = |