const app_type = 'gzh' //const base_url = "https://api.hainan2024.sa0.online" //开发环境 const base_url="https://tj-h5.hnxdfe.com" //正式环境 //const base_url="http://124.225.137.54:39081" //测试环境 const config = { api_map_url: base_url + '/api/ApiMap/h5', base_assets_url: base_url, } uni.$config = JSON.parse(JSON.stringify(config)) export default { title: '海南现代妇女儿童医院', success_code: true, loading: false, loading_text: '网络请求中,请稍等', error_message: '网络请求发生错误', appid: '', app_type: app_type, config: config }