浏览代码

Merge branch 'xj' of http://192.168.0.115:3000/bill/public-fuse into xj

gemercheung 1 年之前
父节点
当前提交
c871b4f661
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/scene.ts

+ 1 - 1
src/store/scene.ts

@@ -203,7 +203,7 @@ export const copyQuoteScene = (scene: QuoteScene) =>
 
 
 export const downQuoteSceneHash = async (scene: QuoteScene) => {
 export const downQuoteSceneHash = async (scene: QuoteScene) => {
   const res = (await axios.get(downSceneHash, {
   const res = (await axios.get(downSceneHash, {
-    params: { num: scene.num, ingoreRes: true },
+    params: { num: scene.num, ingoreRes: true, type: scene.type },
     responseType: "text",
     responseType: "text",
   })) as any;
   })) as any;
   await downHash(res, scene.title);
   await downHash(res, scene.title);