diff --git a/src/service/api/system/dict.ts b/src/service/api/system/dict.ts index 4e5a1789..5ff6b50b 100644 --- a/src/service/api/system/dict.ts +++ b/src/service/api/system/dict.ts @@ -15,6 +15,7 @@ export function fetchGetDictTypeOption() { method: 'get' }); } + /** 获取字典类型列表 */ export function fetchGetDictTypeList(params?: Api.System.DictTypeSearchParams) { return request({ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d2dd4008..bd69cf5c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -15,9 +15,6 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));