首页登录完成

This commit is contained in:
2020-10-09 16:04:20 +08:00
parent e9a37efe02
commit fb6a526aee
9 changed files with 89 additions and 55 deletions

View File

@@ -52,7 +52,7 @@
import { defineComponent, reactive, Ref, ref } from 'vue';
import { PlaySquareOutlined, PlusOutlined } from '@ant-design/icons-vue';
import NavBottom from '@/components/NavBottom.vue';
import { previewCover } from '@/static/js/common';
import { previewCover } from '@/utils/common';
import { FromSend, ImgInfo, VideoInfo } from '@/types';
export default defineComponent({

View File

@@ -86,7 +86,7 @@ import { PlaySquareOutlined, PlusOutlined } from '@ant-design/icons-vue';
import { useForm } from '@ant-design-vue/use';
import NavBottom from '@/components/NavBottom.vue';
import RankList from './RankList.vue';
import { previewCover } from '@/static/js/common';
import { previewCover } from '@/utils/common';
import { FromSend, ImgInfo } from "@/types/index"
export default defineComponent({