Explorar el Código

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

周玉环 hace 4 días
padre
commit
78bf7f9cf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;