diff --git a/src/views/member/point/config/index.vue b/src/views/member/point/config/index.vue index 940585b5..c69013eb 100644 --- a/src/views/member/point/config/index.vue +++ b/src/views/member/point/config/index.vue @@ -105,8 +105,8 @@ const onSubmit = async () => { const getConfig = async () => { try { const data = await ConfigApi.getConfig() - // if (data === null) return - // formData.value = data + if (data === null) return + formData.value = data } finally { } }