fix: 优化模板

This commit is contained in:
wanchun 2022-05-17 11:28:26 +08:00
parent 072597fcad
commit bbbe387df6
2 changed files with 1 additions and 7 deletions

View File

@ -29,8 +29,5 @@ export default {
landscape: false,
landscapeUnit: 'vw'
})
],
devServer: {
port: 8000
}
]
};

View File

@ -17,9 +17,6 @@ export default {
name: 'index'
}]
},
devServer: {
port: 8000
},
enums: {
status: [['0', '无效的'], ['1', '有效的']]
}