Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a7e17aee9a1c8f2d395a11291d3e95b21813af0e
Authored by
panlinlin
2021-05-06 10:54:41 +0800
1 parent
429817b8
修复分享功能
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
web_src/src/router/index.js
web_src/src/router/index.js
View file @
a7e17ae
...
...
@@ -85,6 +85,11 @@ export default new VueRouter({
85
85
component: test,
86
86
},
87
87
{
88
+ path: '/play/wasm/:url',
89
+ name: 'wasmPlayer',
90
+ component: wasmPlayer,
91
+ },
92
+ {
88
93
path: '/play/rtc/:url',
89
94
name: 'rtcPlayer',
90
95
component: rtcPlayer,
...
...