feat(frontend):数据集 视图 名称长度限制

This commit is contained in:
junjie
2021-05-18 13:55:00 +08:00
parent 4e7d0173fc
commit 08153b1f1d
7 changed files with 97 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ import request from '@/utils/request'
export function validateLic() {
return request({
url: '/anonymous/license/validate',
method: 'get'
method: 'get',
hideMsg: true
})
}