闫增涛
2024-05-29 66d96053e0283c081b95bed87afa42e837389a7e
vue.config.js
@@ -1,6 +1,6 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "./",
  publicPath: process.env.PUBLIC_PATH,
  transpileDependencies: true,
  lintOnSave: false,
  // devServer: {