IM,群组相关页面
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user