From 6366435872a3729151705b992758c9eaadff1cd6 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 17 五月 2024 16:20:33 +0800
Subject: [PATCH] 标签替换

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

diff --git a/vue.config.js b/vue.config.js
index ec3deaa..5e77949 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: {

--
Gitblit v1.9.1