fix(personal-qrcode-page): Blank Layout
This commit is contained in:
@@ -316,7 +316,14 @@ const getMobileRoutes = (): Array<RouteRecordRaw> => [
|
|||||||
{
|
{
|
||||||
path: '/mobile/myQRCode',
|
path: '/mobile/myQRCode',
|
||||||
name: 'mobileMyQRCode',
|
name: 'mobileMyQRCode',
|
||||||
|
component: FriendsLayout,
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: '',
|
||||||
|
name: 'mobileMyQRCodePage',
|
||||||
component: MyQRCode
|
component: MyQRCode
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/mobile/rtcCall',
|
path: '/mobile/rtcCall',
|
||||||
|
|||||||
Reference in New Issue
Block a user