From b636ce580856ae22a09ea126ae0e53539d699246 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 17 五月 2024 15:04:43 +0800
Subject: [PATCH] 页眉、ui替换

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

diff --git a/vue.config.js b/vue.config.js
index 32812c0..fda15dd 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -2,8 +2,8 @@
 // import {publicCtx} from '@/assets/js/config'
 const { defineConfig } = require("@vue/cli-service");
 module.exports = defineConfig({
-  publicPath: 'http://182.92.203.7:3007/books/book/1',
-  // publicPath:'/books/book/1',
+  // publicPath: "http://182.92.203.7:3007/books/book/1",
+  publicPath:'/books/book/1',
   transpileDependencies: true,
   lintOnSave: false,
   // devServer: {
@@ -21,7 +21,7 @@
     output: {
       library: `app-content`,
       libraryTarget: "umd",
-      chunkLoadingGlobal: `webpackJsonp_app-content`
+      chunkLoadingGlobal: `webpackJsonp_app-content`,
     },
   },
   chainWebpack: (config) => {
@@ -34,8 +34,8 @@
       .loader("change-prefix-loader")
       .options({
         prefix: "el-",
-        replace: "gp-"
+        replace: "gp-",
       })
       .end();
-  }
+  },
 });

--
Gitblit v1.9.1