Skip to content

Commit

Permalink
docs(ui): 📝 更新在线文档地址
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanYi-Hui committed Apr 1, 2024
1 parent 25438dc commit 27c8f7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mock/menu/index.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default [
title: '文档',
children: [
{
path: 'https://element-plus-admin-doc.cn/',
path: 'https://syh-micro-build.github.io/mb-admin-doc/',
name: 'DocumentLink',
status: Mock.Random.integer(0, 1),
id: 5,
Expand Down
2 changes: 1 addition & 1 deletion mock/role/index.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const adminList = [
name: 'ExternalLink',
children: [
{
path: 'https://github.com/syh-micro-build/mb-admin',
path: 'https://syh-micro-build.github.io/mb-admin-doc/',
name: 'DocumentLink',
meta: {
title: '文档',
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserInfo/src/UserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const lockScreen = () => {
}
const toDocument = () => {
window.open('https://github.com/syh-micro-build/mb-admin?tab=readme-ov-file#mb-admin')
window.open('https://syh-micro-build.github.io/mb-admin-doc/')
}
</script>

Expand Down

0 comments on commit 27c8f7a

Please sign in to comment.