作者 韩昌

... ... @@ -24,9 +24,9 @@
"Camera" : {},
"OAuth" : {},
"VideoPlayer" : {},
"Share" : {},
"Push" : {},
"Geolocation" : {}
"Geolocation" : {},
"Share" : {}
},
/* 应用发布信息 */
"distribute" : {
... ...
// export const baseURL = 'http://192.168.10.63:8080/jeecg-boot' // 本地
// export const baseURL = 'http://t5qnpc.natappfree.cc/jeecg-boot' // 本地
export const baseURL = 'http://192.168.12.171:8881/jeecg-boot' // 本地
// export const baseURL = 'http://114.115.178.175:8799/jeecg-boot' // 测试
// export const baseURL = 'http://192.168.12.171:8881/jeecg-boot' // 本地
export const baseURL = 'http://114.115.178.175:8799/jeecg-boot' // 测试
// export const baseURL = 'http://127.0.0.1:4523/m1/3332971-0-default/jeecg-boot' // mock
interface optionsType {
... ...