docs: update

This commit is contained in:
xiaoxian521
2022-11-16 01:34:19 +08:00
parent 49a9259f2e
commit 3984ab19c9
8 changed files with 18 additions and 12 deletions

View File

@@ -18,7 +18,10 @@ export function useColumns() {
label: "文档地址",
cellRenderer: () => {
return (
<a href="http://yiming_chang.gitee.io/pure-admin-doc" target="_blank">
<a
href="https://yiming_chang.gitee.io/pure-admin-doc"
target="_blank"
>
<span style="color: var(--el-color-primary)"></span>
</a>
);
@@ -28,7 +31,10 @@ export function useColumns() {
label: "预览地址",
cellRenderer: () => {
return (
<a href="http://yiming_chang.gitee.io/vue-pure-admin" target="_blank">
<a
href="https://yiming_chang.gitee.io/vue-pure-admin"
target="_blank"
>
<span style="color: var(--el-color-primary)"></span>
</a>
);