// 开发者环境:开|关 const SWITCH_DEVELOPMENT = false /** S 是否H5端 **/ // #ifdef H5 const IS_H5 = true // #endif // #ifndef H5 const IS_H5 = false // #endif /** E 是否H5端 **/ /** S API BaseURL **/ // https://yuanlin.jichengshanshui.com.cn:8987 const baseURLMap = { // 开发环境 development: 'https://test.jichengshanshui.com.cn:28303', // 生产环境 // production: IS_H5 ? location.origin : 'http://125.35.93.94:8986' // 生产环境 production: IS_H5 ? location.origin : 'https://yuanlin.jichengshanshui.com.cn:8987' } /** E API BaseURL **/ export const baseURL = SWITCH_DEVELOPMENT ? baseURLMap['development'] : baseURLMap['production'] export const version = '1.0.6' // export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' export const uploadURL = baseURL + '/ylapi/yuanl/common/upload' // export const OSSURL = baseURL + '/yuanlin/' export const OSSURL = 'https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/' // https://img.jichengshanshui.com.cn:28207 // https://yuanlin.jichengshanshui.com.cn:8987/yuanlin/