Browse Source

计划外列表页面刷新优化

zhujindu 10 months ago
parent
commit
b38e240597
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/TXApiFun.js

+ 1 - 1
src/utils/TXApiFun.js

@@ -97,7 +97,7 @@ export function getTicketFun(jsApiList = ['getLocation'], configType = 'config')
     // 当前页面
     // 当前页面
     let url = window.location.href.split('mobile')[0];
     let url = window.location.href.split('mobile')[0];
     //  获取签名
     //  获取签名
-    getTicket({ url: url }).then((response) => {
+    getTicket({ url: url + 'mobile/' }).then((response) => {
       console.log(response);
       console.log(response);
       toastLoading().clear();
       toastLoading().clear();
       if (response.code == 200) {
       if (response.code == 200) {