Browse Source

修改样式

zs 1 year ago
parent
commit
aec9216e6e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -13,6 +13,7 @@ export default defineConfig(({ mode }) => {
     plugins: [vue()],
     server: {
       port: 9002,
+      host: '0.0.0.0',
       proxy: {
         '/file': {
           target: 'https://broadcast.waityou24.cn',