Commit af7aa358 authored by RuoYi's avatar RuoYi

路由地址添加必填限制

parent 109c64e7
......@@ -210,6 +210,9 @@ export default {
],
orderNum: [
{ required: true, message: "菜单顺序不能为空", trigger: "blur" }
],
path: [
{ required: true, message: "路由地址不能为空", trigger: "blur" }
]
}
};
......
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