From 0f3cfee6229dc733f8b20238d90323d4b4fd1c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=88=BF?= Date: Sat, 13 Dec 2025 09:40:13 +0800 Subject: [PATCH] fix bugs --- vue.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vue.config.js b/vue.config.js index f1d9948..402c752 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,6 +4,12 @@ */ module.exports = { + // 输出目录 + outputDir: 'dist/build/h5', + + // 静态资源目录 + assetsDir: 'static', + devServer: { proxy: { // 代理所有 /api 开头的请求