From 7b4776d61640373242a6880264c289fc76d3df11 Mon Sep 17 00:00:00 2001 From: lizhixin <382352532@qq.com> Date: Thu, 10 Jun 2021 01:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E9=87=8F2=E8=B4=A6=E6=88=B7=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/dashboard/DashboardLayout.vue | 2 +- src/main.js | 6 + src/pages/RobotSec/Account.vue | 404 +++++++++++++++++++++++ src/router/routes.js | 8 + 4 files changed, 419 insertions(+), 1 deletion(-) create mode 100644 src/pages/RobotSec/Account.vue diff --git a/src/layout/dashboard/DashboardLayout.vue b/src/layout/dashboard/DashboardLayout.vue index 0a33959..9ed394c 100644 --- a/src/layout/dashboard/DashboardLayout.vue +++ b/src/layout/dashboard/DashboardLayout.vue @@ -44,7 +44,7 @@ 动量趋势2.0 - + 账号管理 +
+ 添加用户 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + diff --git a/src/router/routes.js b/src/router/routes.js index 47f2094..eb82352 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -18,6 +18,7 @@ const ReCheck = () => import("@/pages/ReCheck"); const Capital = () => import("@/pages/Profit"); const Prev = () => import("@/pages/Prev"); const RobotSec = () => import("@/pages/RobotSec"); +const AccountSec = () => import("@/pages/RobotSec/Account"); const routes = [ { path: "/", @@ -71,7 +72,14 @@ const routes = [ name: "robotsec", meta: { auth: true }, component: RobotSec + }, + { + path: "accountSec", + name: "accountSec", + meta: { auth: true }, + component: AccountSec } + // { // path: "profile", // name: "profile",