Browse Source

fix: 库位管理预加载setting key错误

xyh 2 năm trước cách đây
mục cha
commit
3b0f7379bb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/app/src/routes/index.tsx

+ 1 - 1
packages/app/src/routes/index.tsx

@@ -161,7 +161,7 @@ export const routes: RouteObject[] = [
     path: STORAGE_PATH,
     element: <Storage />,
     async loader() {
-      return await preloadSettings(USER_PATH);
+      return await preloadSettings(STORAGE_PATH);
     },
   },
   {