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");
module.exports = defineConfig({
publicPath: '/manage',
// transpileDependencies: true,
devServer: {
port: 8080,