diff --git a/src/pages/affiliate/Info.vue b/src/pages/affiliate/Info.vue index 32b36d6..d39642b 100644 --- a/src/pages/affiliate/Info.vue +++ b/src/pages/affiliate/Info.vue @@ -23,7 +23,7 @@ const form = ref(defaultForm) onMounted(async () => { let res = await getAffiliateConfig() if(res.code === 200) { - // form.value = res.data + form.value = res.data }else{ ElMessage.error('讀取推薦設定失敗') }