杨磊
22 小时以前 2b8cbeec005f8ac6f65818da28fc239cf82fc716
vue.config.js
@@ -1,6 +1,6 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "/",
  publicPath: "./",
  productionSourceMap: false,
  transpileDependencies: true,
});