feat:增加publicPath

This commit is contained in:
wuyx
2022-11-21 18:22:18 +08:00
parent 6bc5991774
commit a8153029af

View File

@@ -8,6 +8,7 @@
*/ */
const { defineConfig } = require("@vue/cli-service"); const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({ module.exports = defineConfig({
publicPath: '/manage',
// transpileDependencies: true, // transpileDependencies: true,
devServer: { devServer: {
port: 8080, port: 8080,