From 8b993d5ddd7c70d390a4d9afb00e6f3269798e7f Mon Sep 17 00:00:00 2001 From: chenjinyang <1950285536@qq.com> Date: Wed, 11 Feb 2026 17:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9base=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vuepress-theme-vdoing-doc/docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/config.js b/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/config.js index 0eb17d24..8819f11d 100644 --- a/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/config.js +++ b/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/config.js @@ -10,7 +10,7 @@ module.exports = { title: "vuepress-theme-vdoing", description: '一个基于VuePress的 知识管理&博客 主题', // base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件) - base: '/', + base: '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/', theme: 'vdoing', title: "经创HIS系统操作手册", head: [ // 注入到页面 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]