Browse Source

Merge branch 'master' of https://git.zyuas.com/DJI/shangyun

S0025136190 1 year ago
parent
commit
f8f93c19df
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',
     host: '0.0.0.0',
     // 自定义端口号
     // 自定义端口号
-    port: 8080,
+    port: 3010,
     // 自动打开浏览器
     // 自动打开浏览器
     open: true,
     open: true,
     // 开启热更新
     // 开启热更新