From aa6ccd0cf3bf2edcbb6b395befca2fc47e588c3a Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期二, 14 五月 2024 16:53:08 +0800 Subject: [PATCH] 分页 --- vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 66342ce..91bbb0c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,7 @@ const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ - publicPath: "http://182.92.203.7:3007/books/book/1", + publicPath: "/books/book/1", + // publicPath: "./", transpileDependencies: true, lintOnSave: false, // devServer: { -- Gitblit v1.9.1