Browse Source

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

gemercheung 1 year ago
parent
commit
c871b4f661
1 changed files with 1 additions and 1 deletions
  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) => {
   const res = (await axios.get(downSceneHash, {
-    params: { num: scene.num, ingoreRes: true },
+    params: { num: scene.num, ingoreRes: true, type: scene.type },
     responseType: "text",
   })) as any;
   await downHash(res, scene.title);