浏览代码

fix-7223(KIP-7223): 兼容SL环境2

John-Hong 2 年之前
父节点
当前提交
9bc4d9bbf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/parkingFee/parkingFeeDetail.vue

+ 1 - 1
src/pages/parkingFee/parkingFeeDetail.vue

@@ -1785,7 +1785,7 @@ export default {
       // console.log(1854, params);
       this.$md(params);
       // let path = `/profileApi/payment/v1/services/session/${session}/transactions`;
-      let path = `https://qa-apim.kerryplus.com/c/api/payment/v1/services/session/${session}/transactions`;
+      let path = `${window.profileApi}/payment/v1/services/session/${session}/transactions`;
       this.$request({
         url: path,
         data: params,