Browse Source

修改 返回首页地址

feat
JinxChen 1 year ago
parent
commit
41f73bcc54
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/views/pay-result/index.vue

+ 4
- 2
src/views/pay-result/index.vue View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2023-02-24 16:47:33
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-02 00:33:35
* @LastEditTime: 2023-03-02 00:52:22
* @FilePath: \TelpoH5FrontendWeb\src\views\pay-result\index.vue
* @description:
-->
@@ -302,7 +302,9 @@ export default {
}, 31000);
},
onBackHome() {
document.location.replace(" https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/")
/* document.location.replace(" https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/"); */
document.location.replace("https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/SmartDigitalSsjl");
// https://xrpt.jiankangtongxue.cn/WCUParentWebUI.WX/Home/SmartDigitalSsjl
}
}
};


Loading…
Cancel
Save