From 355fc8c75e23e2c6300f84fef61a8bc8335c3584 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期四, 23 五月 2024 13:40:16 +0800
Subject: [PATCH] 婴幼儿分页

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

diff --git a/vue.config.js b/vue.config.js
index 66342ce..b375ec8 100644
--- a/vue.config.js
+++ b/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: {

--
Gitblit v1.9.1