0911 第一版

This commit is contained in:
yixu
2025-09-11 20:52:01 +08:00
parent 246edb68ab
commit e3783c5f0a
17 changed files with 2490 additions and 206 deletions

View File

@@ -22,17 +22,6 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
server: {
proxy: {
'/api': {
target: 'https://huodong2.lzlj.com',
changeOrigin: true,
pathRewrite: {
'^/api': ''
}
}
}
},
build: {
assetsInlineLimit: 0,
rollupOptions: {