mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 12:34:22 +08:00
feat: 支持移动端底部导航自定义与更多收纳
This commit is contained in:
@@ -34,7 +34,7 @@ async function main() {
|
||||
const port = await findAvailablePort(START_PORT)
|
||||
const overrideConfig = {
|
||||
build: {
|
||||
beforeDevCommand: `npm run dev -- --host --port ${port} --strictPort`,
|
||||
beforeDevCommand: `npm run dev -- --host --port ${port}`,
|
||||
devUrl: `http://localhost:${port}`,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user