diff --git a/src/components/common/ProgressLoading/index.vue b/src/components/common/ProgressLoading/index.vue index 2461455..16b5f55 100644 --- a/src/components/common/ProgressLoading/index.vue +++ b/src/components/common/ProgressLoading/index.vue @@ -24,7 +24,7 @@ type TProps = { percent: number text: string cancelText: string - msg: string + msg?: string } type TEmits = { diff --git a/src/views/components/CopyRight.vue b/src/views/components/CopyRight.vue index d0b6006..b3cbf67 100644 --- a/src/views/components/CopyRight.vue +++ b/src/views/components/CopyRight.vue @@ -13,19 +13,10 @@ -