chat聊天功能

This commit is contained in:
X1627315083
2025-05-20 16:47:27 +08:00
parent 8bc0a52ab8
commit c235d0de4a
50 changed files with 4902 additions and 2861 deletions

View File

@@ -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'),
},
//企业版教育管理员页面
{