Skip to content

Commit

Permalink
updat about
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Mar 5, 2023
1 parent 6233a7c commit d49cc02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/settings/siteSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export const GITHUB_URL = 'https://gitee.com/thinkgem';

// jeesite docs
export const DOC_URL = 'http://docs.jeesite.com/';
export const DOC_URL = 'http://docs.jeesite.com';

// site url
export const SITE_URL = 'http://jeesite.com/';
export const SITE_URL = 'https://jeesite.com';
9 changes: 7 additions & 2 deletions src/views/sys/desktop/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,23 @@
{
label: '文档地址',
field: 'doc',
render: commonLinkRender('文档地址'),
render: commonLinkRender(DOC_URL),
},
{
label: '官方网站',
field: 'preview',
render: commonLinkRender('官方网站'),
render: commonLinkRender(SITE_URL),
},
{
label: 'Gitee',
field: 'github',
render: commonLinkRender('https://gitee.com/thinkgem'),
},
{
label: '联系我',
field: 'linker',
render: commonLinkRender('http://s.jeesite.com'),
},
];
const infoData = {
Expand Down

0 comments on commit d49cc02

Please sign in to comment.