Commit 2131eef8 authored by “yiyousong”'s avatar “yiyousong”

fix: 修改新增区域接入时背景图校验提示错误

parent 5fe1d071
......@@ -144,7 +144,9 @@ export default {
areaName: [
{ required: true, message: "请选择区域", trigger: "change" },
],
bigPath: [{ required: true, message: "请选择区域", trigger: "change" }],
bigPath: [
{ required: true, message: "请上传背景图片", trigger: "change" },
],
},
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment