闫增涛
2024-06-06 add98c3b4fbbd8abd6bab5bf980900ca4ac366c4
vue.config.js
@@ -1,6 +1,6 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  publicPath: "http://182.92.203.7:3007/books/book/1",
  publicPath: process.env.PUBLIC_PATH,
  transpileDependencies: true,
  lintOnSave: false,
  // devServer: {