进入uniapp

This commit is contained in:
2023-12-01 23:57:44 +08:00
parent a78893ea1f
commit d61f5e6c92
524 changed files with 88081 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
function getIM(){
// UNIAPP 环境
if(typeof uni !== 'undefined'){
return {im:uni['im'], im_webtoolkit:uni['im_webtoolkit']};
}
throw Error(" Couldn't not fetch lim.");
}
const lim = {
im: getIM().im,
};
export default {
lim
}