修复发布后资源位置问题

This commit is contained in:
alphaAE
2022-07-17 09:39:34 +08:00
parent 0885dfd5bb
commit 4d47d7da0f

View File

@ -1,5 +1,5 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
// publicPath: "./",
publicPath: "./",
});