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?]