From e622bd5e3b2638b9ab9a712ed1160a66018d6fd7 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 22 二月 2024 09:21:15 +0800 Subject: [PATCH] mrshi --- platform/vue.config.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/platform/vue.config.js b/platform/vue.config.js index c8c48d1..49cee89 100644 --- a/platform/vue.config.js +++ b/platform/vue.config.js @@ -3,7 +3,11 @@ // const outputDir = process.env.VUE_APP_CONTEXT_PATH.substring(1, process.env.VUE_APP_CONTEXT_PATH.length) module.exports = { publicPath: './', +<<<<<<< HEAD outputDir: 'yyb_web', +======= + outputDir: 'dest', +>>>>>>> c421d2deeec5530d8060d8e06b5b86bb02e72dbf assetsDir: 'static', lintOnSave: false, devServer: { -- Gitblit v1.9.3