diff --git a/api/home/index.ts b/api/home/index.ts index 0116da1..3fd9d4c 100644 --- a/api/home/index.ts +++ b/api/home/index.ts @@ -86,5 +86,5 @@ export const tab2 = () => { * 获取具有上下级关系的当前的名称 */ export const getDictTree = (params: { type: number, id: number}) => { - return useDollarFetchRequest.get>('/business/app/dict/path-by-id', { query: params }) + return useDollarFetchRequest.get>('/prod-api/app-api/business/app/dict/path-by-id', { query: params }) } diff --git a/components/kl-wallpaper-category/index.vue b/components/kl-wallpaper-category/index.vue index 062814e..f964806 100644 --- a/components/kl-wallpaper-category/index.vue +++ b/components/kl-wallpaper-category/index.vue @@ -1,8 +1,8 @@