文件选择器

This commit is contained in:
阿辉
2024-11-08 23:20:17 +08:00
parent 6ad048b86a
commit 4f85de3247
8 changed files with 436 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
server: {
host: '0.0.0.0',
port: env.VITE_PORT as unknown as number,
open: true,
open: false,
hmr: true,
proxy: {
'/gitee': {