diff --git a/vue.config.js b/vue.config.js index c73f3af..e439226 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,8 +5,7 @@ module.exports = { publicPath: ["production", "u168", "stage", "slash"].includes(process.env.VUE_ENV) ? "/card" : "/card", - outputDir: - ["production", "u168", "slash".includes(process.env.VUE_ENV) + outputDir: ["production", "u168", "slash"].includes(process.env.VUE_ENV) ? "../api/public/card" - : "./dist", + : "./dist" };