chat聊天功能
This commit is contained in:
@@ -58,12 +58,17 @@ const routes: Array<RouteRecordRaw> = [
|
||||
meta:{enter:'all',},
|
||||
component: _import('HomeMain'),
|
||||
children:[
|
||||
// {
|
||||
// path: "",
|
||||
// name:'HomeChil',
|
||||
// redirect: "/home/homePage"
|
||||
// },
|
||||
{
|
||||
path: "",
|
||||
name:'HomeChil',
|
||||
redirect: "/home/homePage"
|
||||
},
|
||||
{
|
||||
path:'tools',
|
||||
name:'tools',
|
||||
meta:{enter:'all',},
|
||||
component: _import_custom('HomeView/Tools.vue'),
|
||||
},{
|
||||
path:'homePage',
|
||||
name:'homePage',
|
||||
meta:{enter:'all',},
|
||||
@@ -223,6 +228,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name:'TransactionTable',
|
||||
meta:{enter:3,},
|
||||
component: _import_component('Administrator/Transaction/TransactionTable.vue'),
|
||||
},{
|
||||
path:'organization',
|
||||
name:'organization',
|
||||
meta:{enter:3,},
|
||||
component: _import_component('Administrator/organization/organization.vue'),
|
||||
},
|
||||
//企业版教育管理员页面
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user