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",