From 7b7740ce0151547dd87fbf29380bf76233185f7a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 22 五月 2024 14:44:22 +0800
Subject: [PATCH] 样式优化

---
 vue.config.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 5e77949..9b41f49 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,9 +1,7 @@
-// const { publicCtx } = require("@/assets/js/config");
-// 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/3',
+  publicPath:'/books/book',
   transpileDependencies: true,
   lintOnSave: false,
   // devServer: {

--
Gitblit v1.9.1