Commit a7e17aee9a1c8f2d395a11291d3e95b21813af0e
1 parent
429817b8
修复分享功能
Showing
1 changed file
with
5 additions
and
0 deletions
web_src/src/router/index.js
| @@ -85,6 +85,11 @@ export default new VueRouter({ | @@ -85,6 +85,11 @@ export default new VueRouter({ | ||
| 85 | component: test, | 85 | component: test, |
| 86 | }, | 86 | }, |
| 87 | { | 87 | { |
| 88 | + path: '/play/wasm/:url', | ||
| 89 | + name: 'wasmPlayer', | ||
| 90 | + component: wasmPlayer, | ||
| 91 | + }, | ||
| 92 | + { | ||
| 88 | path: '/play/rtc/:url', | 93 | path: '/play/rtc/:url', |
| 89 | name: 'rtcPlayer', | 94 | name: 'rtcPlayer', |
| 90 | component: rtcPlayer, | 95 | component: rtcPlayer, |