Browse Source

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

周玉环 4 days ago
parent
commit
78bf7f9cf2
1 changed files with 1 additions and 1 deletions
  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,
     pending,
     error,
     error,
     refresh,
     refresh,
-  } = await useFetchRaw(apiUrl + "v3/system/front/pcDeco/index");
+  } = await useFetchRaw(apiUrl + "v3/system/front/pcDeco/index", { params: param });
   const res = value._rawValue;
   const res = value._rawValue;
   if (!pending._rawValue) {
   if (!pending._rawValue) {
     firstLoading.value = false;
     firstLoading.value = false;