Commit 170c317af62786d6d6e9f0ca21918a30ebee5a73

Authored by ww
1 parent c476dbfc

perf: modify message prompt content

... ... @@ -259,7 +259,7 @@
259 259 if (!unref(isUpdate)) {
260 260 await addOrEditFunc();
261 261 if (allPostForm.name == undefined) {
262   - return createMessage.error('请填写名称');
  262 + return createMessage.error('请填写配置参数名称');
263 263 }
264 264 //验证属性新增了必填
265 265 const isApiHeaders =
... ...