diff --git a/src/router/index.ts b/src/router/index.ts index 8160552..5824f91 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -124,6 +124,11 @@ const routes: Array = [ component: () => import("@/views/asset_center/index.vue"), meta: { requiresAuth: true }, }, + { + path: "/withdraw", + component: () => import("@/views/withdraw/index.vue"), + meta: { requiresAuth: true }, + }, ]; const router = createRouter({ diff --git a/src/views/security/index.vue b/src/views/security/index.vue index 05c5f06..ee58e5e 100644 --- a/src/views/security/index.vue +++ b/src/views/security/index.vue @@ -1,13 +1,12 @@ diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue new file mode 100644 index 0000000..f8f2c38 --- /dev/null +++ b/src/views/withdraw/index.vue @@ -0,0 +1,687 @@ + + + + +