新增fixed布局

This commit is contained in:
maplemei
2021-01-19 16:28:25 +08:00
parent b47c8cfcb9
commit e928c6a038
19 changed files with 131 additions and 66 deletions

View File

@@ -96,7 +96,7 @@ const webpackConfig = {
],
devServer: {
host: '0.0.0.0',
port: 9000,
port: 9001,
publicPath: '/',
hot: true
},