소스 검색

fix: 修复装修预览数据问题

周玉环 4 일 전
부모
커밋
78bf7f9cf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      xinkeaboard-web/components/Home/home.vue

+ 1 - 1
xinkeaboard-web/components/Home/home.vue

@@ -62,7 +62,7 @@ const getInitData = async () => {
     pending,
     error,
     refresh,
-  } = await useFetchRaw(apiUrl + "v3/system/front/pcDeco/index");
+  } = await useFetchRaw(apiUrl + "v3/system/front/pcDeco/index", { params: param });
   const res = value._rawValue;
   if (!pending._rawValue) {
     firstLoading.value = false;