Просмотр исходного кода

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

gemercheung 1 год назад
Родитель
Сommit
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);