|
|
|
@ -6,6 +6,7 @@ const config = {
|
|
|
|
api_map_url: base_url + '/api/ApiMap/h5',
|
|
|
|
api_map_url: base_url + '/api/ApiMap/h5',
|
|
|
|
base_assets_url: base_url,
|
|
|
|
base_assets_url: base_url,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const TOKEN_KEY = 'OPENID'
|
|
|
|
uni.$config = JSON.parse(JSON.stringify(config))
|
|
|
|
uni.$config = JSON.parse(JSON.stringify(config))
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
title: '海南现代妇女儿童医院',
|
|
|
|
title: '海南现代妇女儿童医院',
|
|
|
|
@ -15,5 +16,6 @@ export default {
|
|
|
|
error_message: '网络请求发生错误',
|
|
|
|
error_message: '网络请求发生错误',
|
|
|
|
appid: '',
|
|
|
|
appid: '',
|
|
|
|
app_type: app_type,
|
|
|
|
app_type: app_type,
|
|
|
|
config: config
|
|
|
|
config: config,
|
|
|
|
|
|
|
|
token: TOKEN_KEY
|
|
|
|
}
|
|
|
|
}
|