Преглед изворни кода

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu пре 9 месеци
родитељ
комит
7c7962586e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/utils/TXApiFun.js

+ 1 - 1
src/utils/TXApiFun.js

@@ -103,7 +103,7 @@ export function getTicketFun(jsApiList = ['getLocation'], configType = 'config')
       params.agent = 1;
     }
     //  获取签名
-    getTicket(paramss).then((response) => {
+    getTicket(params).then((response) => {
       console.log(response);
       toastLoading().clear();
       if (response.code == 200) {