闫增涛
2024-05-27 cc8eff15ca66810cd35957c46f195bff1646a99f
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: {