feat: 更换logo

Former-commit-id: 01401f1e9ba211c29e0baa6c224db93f88796d6c
This commit is contained in:
郝先瑞
2022-05-15 00:06:22 +08:00
parent 4205db37f0
commit de34583621
6 changed files with 78 additions and 56 deletions

View File

@@ -51,8 +51,8 @@
<el-link
target="_blank"
type="warning"
href="http://youlaitech.gitee.io/youlai-mall"
>官方文档(完善中..)</el-link
href="https://www.youlai.tech/"
>官方文档</el-link
>
</el-col>
<el-col :span="6">
@@ -95,7 +95,7 @@
<script lang="ts">
export default {
name: 'index',
name: 'index'
};
</script>