diff --git a/src/_pages/main/account/Devices.vue b/src/_pages/main/account/Devices.vue new file mode 100644 index 0000000..107eba6 --- /dev/null +++ b/src/_pages/main/account/Devices.vue @@ -0,0 +1,594 @@ + + + + + + diff --git a/src/_router/index.js b/src/_router/index.js index b41e4b3..cfa41b9 100644 --- a/src/_router/index.js +++ b/src/_router/index.js @@ -94,7 +94,8 @@ export const router = new Router({ }, { path: 'me/change-password', - component: () => import('~/_pages/main/account/ChangePassword'), + component: () => + import('~/_pages/main/account/ChangePassword'), }, { path: 'me/set-password/:code', @@ -106,7 +107,8 @@ export const router = new Router({ }, { path: 'me/payment', - component: () => import('~/_pages/main/account/PaymentMethods'), + component: () => + import('~/_pages/main/account/PaymentMethods'), }, { path: 'me/bills', @@ -116,6 +118,11 @@ export const router = new Router({ path: 'me/policy', component: () => import('~/_pages/main/account/Policy'), }, + + { + path: 'devices', + component: () => import('~/_pages/main/account/Devices'), + }, ], }, {