运动处方本地化部署查看方案详情对应的H5
Guoxiaobo
2022-12-23 dd4bbc5809a1d01fc84b34975a7ad76300a831b3
线上环境
1 files modified
2 ■■■ changed files
js/config.js 2 ●●● patch | view | raw | blame | history
js/config.js
@@ -1,6 +1,6 @@
var config = {
    domain: '',
    otherdomain: 'https://dev3_doctor.kidgrow.cloud/api',
    otherdomain: 'https://doctor.kidgrow.cloud/api',
    getUrlParam: function (name) {   
        var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象  
        var r = window.location.search.substr(1).match(reg);  //匹配目标参数