IM测试,下一步页面调整

This commit is contained in:
2022-01-18 16:31:01 +08:00
parent e85b9c2c0d
commit 070c6c729e
10 changed files with 326 additions and 30 deletions

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

@@ -0,0 +1,20 @@
<template>
<div>
<u-button @click="toIndex">会首页</u-button>
</div>
</template>
<script>
export default {
methods: {
toIndex() {
uni.switchTab({
url: '/pages/im/index'
})
}
}
}
</script>
<style>
</style>