fix:修复asset配置是,location无校验信息的bug & 左侧动态菜单样式调整

This commit is contained in:
wangwenrui
2020-04-16 14:15:51 +08:00
parent dae339346b
commit 555a8e3b3c
11 changed files with 73 additions and 18 deletions

View File

@@ -67,7 +67,8 @@ const cn = {
failedDetail: "失败详情"
},
reset: "重置",
submit: "提交"
submit: "提交",
noData:'没有数据',
},
webshell: {
shellTitle: "本地 Shell",
@@ -286,7 +287,8 @@ const cn = {
domain: "不合法的域名",
usize: "必须是(1 - 49)的数字",
url: "不合法的URL",
uSize: "必须是(1 - 47)的数字"
uSize: "必须是(1 - 47)的数字",
requiredIdc:'机房为必选项'
},
search: {
searchTip: "点击或回车执行搜索",