This commit is contained in:
@@ -56,8 +56,19 @@ const routes = [
|
|||||||
component: () => import('@/views/manage/ManageQRCodeChatView.vue'),
|
component: () => import('@/views/manage/ManageQRCodeChatView.vue'),
|
||||||
props: true,
|
props: true,
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// path: '/r/:qr_code_uri',
|
||||||
|
// redirect: (to) => {
|
||||||
|
// return {
|
||||||
|
// name: ROUTE_NAMES.READ_QR_CODE,
|
||||||
|
// params: to.params,
|
||||||
|
// query: to.params.query,
|
||||||
|
// }
|
||||||
|
// },
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
path: '/read/qr/:qr_code_uri',
|
path: '/read/qr/:qr_code_uri',
|
||||||
|
alias: '/r/:qr_code_uri',
|
||||||
name: ROUTE_NAMES.READ_QR_CODE,
|
name: ROUTE_NAMES.READ_QR_CODE,
|
||||||
component: () => import('@/views/ReadQRCodeView.vue'),
|
component: () => import('@/views/ReadQRCodeView.vue'),
|
||||||
props: true,
|
props: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user