add: 驱动添加(后端)and mybatisplus转换问题

This commit is contained in:
2024-01-08 18:07:02 +08:00
parent 06987b24b8
commit 7ef90eb8e6
36 changed files with 3562 additions and 136 deletions

View File

@@ -19,6 +19,8 @@ module.exports = {
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {
allowedHosts: ['all'],
disableHostCheck: true,
port: port,
open: false,
overlay: {