var host = "sso.kuyicloud.com"; var network = "http://"; var config = { // 下面的地址配合云端 Server 工作 host: host, // 获取验证码 getcode: network + host + "/getcode", // 注册时的验证码 get_regist_code: network + host + "/getregistcode", // 提交注册信息 register_submit: network + host + "/register/submit", // 密码登录 login_by_password: network + host + "/login/submit", // 验证码登录 login_by_code: network + host + "/login/code/submit", // 修改密码 modify_pwd: network + host + "/password/modify", // 获取省份 get_province: network + host + "/province", // 获取市 get_city: network + host + "/city", // 获取区县 get_district: network + host + "/district", // 提交机构信息 org_create: network + host + "/org/create/submit", // 开通应用 app_create: network + host + "/org/app/create/submit", }; // # 应用类型 1.病友经营;2.科普号;3.血透经营;4.慢病管理 var patient_manage_address = "http://jk.kuyicloud.com"; var dialysis_manage_address = "http://xt.kuyicloud.com";