diff --git a/src/views/badge/index.vue b/src/views/badge/index.vue
index d7350e4..df6b0f1 100644
--- a/src/views/badge/index.vue
+++ b/src/views/badge/index.vue
@@ -9,8 +9,14 @@ import { onMounted, ref } from 'vue';
const show = ref(false)
const imgShow = ref(false)
const router = useRouter()
-const option = ref({})
-const options = ref({})
+const option = ref({
+ autoCropWidth: 1000,
+ autoCropHeight: 1000,
+})
+const options = ref({
+ autoCropWidth: 1000,
+ autoCropHeight: 1000,
+})
const imgurl = ref('')
const imgBgUrl = ref('')
const isBgShow = ref(true)
@@ -396,7 +402,7 @@ onMounted(() => {