套餐,新增融云im

This commit is contained in:
唐明明
2022-01-11 15:50:44 +08:00
parent a27ffc0a7f
commit 61c9f096ca
7 changed files with 97 additions and 24 deletions

20
pages/im/index.vue Normal file
View File

@@ -0,0 +1,20 @@
<template>
<view>
im
</view>
</template>
<script>
import { init, connect } from '@rongcloud/imlib-uni'
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>