This commit is contained in:
yuping
2022-12-25 23:30:33 +08:00
parent 4c3b3c78e7
commit 5693bd9ee1

View File

@@ -9,7 +9,7 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
publicPath: "/manage",
publicPath: process.env.VUE_APP_BASE,
// transpileDependencies: true,
devServer: {
port: 8080,