Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
af7aa358
Commit
af7aa358
authored
Mar 14, 2020
by
RuoYi
Browse files
路由地址添加必填限制
parent
109c64e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/menu/index.vue
View file @
af7aa358
...
...
@@ -210,6 +210,9 @@ export default {
],
orderNum
:
[
{
required
:
true
,
message
:
"
菜单顺序不能为空
"
,
trigger
:
"
blur
"
}
],
path
:
[
{
required
:
true
,
message
:
"
路由地址不能为空
"
,
trigger
:
"
blur
"
}
]
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment