瀏覽代碼

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;