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.
18 lines
544 B
JavaScript
18 lines
544 B
JavaScript
const app_type = 'gzh'
|
|
//const base_url = "https://api.hainan2024.sa0.online" //开发环境
|
|
const base_url="https://tj-h5.hnxdfe.com" //正式环境
|
|
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
|
|
} |