You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
463 B
JavaScript

const app_type = 'gzh'
const config = {
api_map_url: 'https://api.hainan2024.sa0.online/api/ApiMap/h5',
base_assets_url: 'https://api.hainan2024.sa0.online',
}
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
}