瀏覽代碼

:bug: 缺少 channel=

visuddhinanda 1 周之前
父節點
當前提交
bb17b4a497
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard-v6/src/components/channel/ChannelMy.tsx

+ 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;