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