Răsfoiți Sursa

feat(SCRMSCRM-6371): 【DE】【C端】支付宝扫无牌车入场码,接口返回未检测到地感,点击重新扫码,也应该返回 未检测到地感

lock.qiu@kerryprops.com 1 an în urmă
părinte
comite
646edfa941
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/pages/parkingFeeV2/parkingFeeMsg.vue

+ 1 - 1
src/pages/parkingFeeV2/parkingFeeMsg.vue

@@ -180,7 +180,7 @@ export default {
     fetchData(id) {
       return new Promise(async (resolve, reject) => {
         try {
-          const res = await this.asyncRequest(`${'window.QR_CODE_BASE_URL'}/c/${id}`);
+          const res = await this.asyncRequest(`${window.QR_CODE_BASE_URL}/c/${id}`);
           console.log('baseURLQrCode:::', res)
           // console.log('baseURLQrCodebaseURLQrCode::', res.data);
           if (res?.code == 200) {