IM,群组相关页面

This commit is contained in:
2022-02-11 11:51:49 +08:00
parent b9364be40b
commit 8aebe0eef5
9 changed files with 279 additions and 28 deletions

View File

@@ -3,10 +3,10 @@ import {
createRouter
} from 'uni-simple-router';
import store from '@/store/index'
// #ifdef APP-NVUE
// CALL 页面必须是nvue但是NVUE 不支持webpack的 ROUTES 注入
// https://github.com/SilurianYang/uni-read-pages/issues/20
// #ifdef APP-NVUE
const ROUTES = [{
'path': '/pages/im/private/call',
'name': 'imPrivateCall'
@@ -25,8 +25,13 @@ const ROUTES = [{
},{
'path': '/pages/im/group/create',
'name': 'imGroupCreate'
},{
'path': '/pages/im/group/users',
'name': 'imGroupUsers'
},{
'path': '/pages/im/group/announcement',
'name': 'imGroupAnnouncement'
}]
// #endif
const router = createRouter({