no message

cyl/master-im
jscyl13849007907 5 months ago
parent 2903af3fff
commit 40642c77cb

@ -15,6 +15,7 @@ let baseInfo = {// 公共接口
getOssInfo:"/oss/policy",// 获取oss信息
getIDcard:"/yishoudan/commons/idCardOcrRecognize",// 身份证识别
uploadImage:"/imgs/uploadImage",// 图片上传
getConfig:"/yishoudan/weixin/config/getConfig",
}
export default Object.assign(testInfo,baseInfo,loginInfo,userInfo,bindInfo,jobInfo,orderInfo,personInfo,wyyxInfo);

@ -29,6 +29,12 @@
localBaseImg:this.G.store().localBaseImg,
version:this.G.store().version
}
},
onShow(){
let that = this;
that.G.Get(that.api.getConfig,{},(res)=>{
console.log("获取基础设置",res);
})
}
}
</script>

Loading…
Cancel
Save