Explorar el Código

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

zhujindu hace 9 meses
padre
commit
7c7962586e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {