unknown
2024-06-11 816958aca8b87550ef7f6925e348c24e13ecb2f0
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: {