Browse Source

更改启动端口

李富豪 1 year ago
parent
commit
75fba66e8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Web/vite.config.ts

+ 1 - 1
Web/vite.config.ts

@@ -25,7 +25,7 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => defineConfig(
     // 监听所有地址
     host: '0.0.0.0',
     // 自定义端口号
-    port: 8080,
+    port: 3010,
     // 自动打开浏览器
     open: true,
     // 开启热更新