Procházet zdrojové kódy

:bug: 缺少 channel=

visuddhinanda před 3 dny
rodič
revize
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;