增加运维中心前端模块

This commit is contained in:
648540858
2024-11-01 17:45:58 +08:00
parent 71c0de2aa9
commit 1c9dc01314
7 changed files with 396 additions and 109 deletions

View File

@@ -25,7 +25,7 @@ import wasmPlayer from '../components/common/jessibuca.vue'
import rtcPlayer from '../components/dialog/rtcPlayer.vue'
import region from '../components/region.vue'
import group from '../components/group.vue'
import log from '../components/log.vue'
import operations from '../components/operations.vue'
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
@@ -145,8 +145,8 @@ export default new VueRouter({
component: group,
},
{
path: '/log',
component: log,
path: '/operations',
component: operations,
},
]
},