|
|
|
@ -5,8 +5,7 @@ module.exports = {
|
|
|
|
publicPath: ["production", "u168", "stage", "slash"].includes(process.env.VUE_ENV)
|
|
|
|
publicPath: ["production", "u168", "stage", "slash"].includes(process.env.VUE_ENV)
|
|
|
|
? "/card"
|
|
|
|
? "/card"
|
|
|
|
: "/card",
|
|
|
|
: "/card",
|
|
|
|
outputDir:
|
|
|
|
outputDir: ["production", "u168", "slash"].includes(process.env.VUE_ENV)
|
|
|
|
["production", "u168", "slash".includes(process.env.VUE_ENV)
|
|
|
|
|
|
|
|
? "../api/public/card"
|
|
|
|
? "../api/public/card"
|
|
|
|
: "./dist",
|
|
|
|
: "./dist"
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|