...
|
...
|
@@ -7,6 +7,6 @@ export default { |
|
|
snapShare: {path: '/pages/snapshootShare/snapshootShare'},
|
|
|
prizeUserList: {path: '/pages/queue/prizeUserList'},
|
|
|
myList: {path: '/pages/queue/myList'},
|
|
|
queueIndex: {path: '/pages/queue/index'},
|
|
|
queueIndex: { path: '/pages/queue/index', report: {paramKey: 'actId'}},
|
|
|
webview: {path: '/pages/webview/webview'}
|
|
|
}; |
...
|
...
|
|