diff --git a/src/layouts/BasicLayout/components/GlobalTab/index.vue b/src/layouts/BasicLayout/components/GlobalTab/index.vue index bf445fac..7bc06cdf 100644 --- a/src/layouts/BasicLayout/components/GlobalTab/index.vue +++ b/src/layouts/BasicLayout/components/GlobalTab/index.vue @@ -9,7 +9,7 @@ :item-style="{ paddingTop: '0px', paddingBottom: '0px' }" >
- +
diff --git a/vite.config.ts b/vite.config.ts index 02ccd87c..429591c8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,6 +18,9 @@ export default defineConfig({ } }, plugins, + server: { + host: '0.0.0.0' + }, build: { brotliSize: false, sourcemap: false