Przeglądaj źródła

:bug: 缺少 channel=

visuddhinanda 4 dni temu
rodzic
commit
bb17b4a497

+ 1 - 1
dashboard-v6/src/components/channel/ChannelMy.tsx

@@ -337,7 +337,7 @@ const ChannelMy = ({
                       case "library":
                         window.open(
                           import.meta.env.VITE_APP_API_SERVER +
-                            `/library/tipitaka?${ch.id}`,
+                            `/library/tipitaka?channel=${ch.id}`,
                           "_blank"
                         );
                         break;