fix: 执行lint

This commit is contained in:
chenjinsong
2022-12-08 16:09:46 +08:00
parent 136d98649d
commit 4bba03d41d
26 changed files with 362 additions and 371 deletions

View File

@@ -4,27 +4,27 @@ const openMock = false
if (openMock) {
Mock.mock(new RegExp(BASE_CONFIG.baseUrl + 'visual/panel.*'), 'get', function (requestObj) {
return {
"msg": "success",
"code": 200,
"data": {
"total": 1,
"pageSize": 10,
"pages": 1,
"pageNo": 1,
"list": [
msg: 'success',
code: 200,
data: {
total: 1,
pageSize: 10,
pages: 1,
pageNo: 1,
list: [
{
"id": 2,
"name": "Network & App",
"i18n": "npm.npm",
"type": 2,
"params": "",
"cby": 1,
"ctime": "2021-06-03 08:27:32",
"uby": 1,
"utime": "2021-06-03 08:28:10",
"remark": "",
"state": 1,
"buildIn": 1
id: 2,
name: 'Network & App',
i18n: 'npm.npm',
type: 2,
params: '',
cby: 1,
ctime: '2021-06-03 08:27:32',
uby: 1,
utime: '2021-06-03 08:28:10',
remark: '',
state: 1,
buildIn: 1
}
]
}