6 lines
186 B
JavaScript
6 lines
186 B
JavaScript
|
const config = {
|
||
|
bascUrl:'https://pxbapi.yinglang.net/api/',
|
||
|
upLoadMiniProgramAvatar:"https://pxbapi.yinglang.net/api/openParent2/WxMiniEditUserInfoUpload"
|
||
|
}
|
||
|
|
||
|
module.exports = config
|