zhongshujie
5 天以前 19a81bb5ef98c4eaf1edd622f95ebb938b5fffc8
vue.config.js
@@ -1,6 +1,6 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "/",
  publicPath: "./",
  productionSourceMap: false,
  transpileDependencies: true,
});