chore: update

This commit is contained in:
xiaoxian521
2022-08-31 11:37:18 +08:00
parent 4c26318126
commit 869964ea7e
3 changed files with 5 additions and 5 deletions

View File

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