From c309a98cf8a99f60be712a7d4f836db4702c209a Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 14 五月 2024 16:53:59 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 vue.config.js |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 91bbb0c..e848709 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,7 +1,9 @@
+// const { publicCtx } = require("@/assets/js/config");
+// import {publicCtx} from '@/assets/js/config'
 const { defineConfig } = require("@vue/cli-service");
 module.exports = defineConfig({
-  publicPath: "/books/book/1",
-  // publicPath: "./",
+  // publicPath: 'http://182.92.203.7:3007/books/book/1',
+  publicPath:'/books/book/1',
   transpileDependencies: true,
   lintOnSave: false,
   // devServer: {
@@ -20,7 +22,7 @@
       library: `app-content`,
       libraryTarget: "umd",
       chunkLoadingGlobal: `webpackJsonp_app-content`
-    }
+    },
   },
   chainWebpack: (config) => {
     config.module

--
Gitblit v1.9.1