diff --git a/README.md b/README.md index 51d1fc9..b606d53 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ > [!WARNING] > 部署仓库: [XShengTech/MEGREZ-Deploy](https://github.com/XShengTech/MEGREZ-Deploy) > -> 查看文档 [**>>> 🚧 正在施工中 <<<**]() +> 查看文档 [**>>> MEGREZ 文档 <<<**](http://docs.megrez.xsheng-ai.com/) ## 📌 效果展示 diff --git a/frontend/src/layout/AppMenu.vue b/frontend/src/layout/AppMenu.vue index ddb9f7f..8238a0e 100644 --- a/frontend/src/layout/AppMenu.vue +++ b/frontend/src/layout/AppMenu.vue @@ -56,15 +56,9 @@ const model = ref([ { label: '使用文档', icon: 'pi pi-fw pi-book text-amber-500', - url: '#', + url: 'http://docs.megrez.xsheng-ai.com/guide/usage/', target: '_blank' }, - // { - // label: '开源信息', - // icon: 'pi pi-fw pi-cog', - // url: 'https://github.com/primefaces/sakai-vue', - // target: '_blank' - // }, ] } ]);