全局布局调整补充:之前路由把两个播放器界面也加入全局样式,现在移出到一级路由
This commit is contained in:
parent
3501046ebe
commit
fc97febe1d
@ -97,18 +97,18 @@ export default new VueRouter({
|
||||
name: 'media',
|
||||
component: media,
|
||||
},
|
||||
{
|
||||
path: '/play/wasm/:url',
|
||||
name: 'wasmPlayer',
|
||||
component: wasmPlayer,
|
||||
},
|
||||
{
|
||||
path: '/play/rtc/:url',
|
||||
name: 'rtcPlayer',
|
||||
component: rtcPlayer,
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/play/wasm/:url',
|
||||
name: 'wasmPlayer',
|
||||
component: wasmPlayer,
|
||||
},
|
||||
{
|
||||
path: '/play/rtc/:url',
|
||||
name: 'rtcPlayer',
|
||||
component: rtcPlayer,
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
name: '登录',
|
||||
|
Loading…
Reference in New Issue
Block a user