|
@@ -99,59 +99,59 @@ const actions = {
|
|
// })
|
|
// })
|
|
|
|
|
|
|
|
|
|
- data.push({
|
|
|
|
- path: "/platManage",
|
|
|
|
- hidden: false,
|
|
|
|
- redirect: "/platManage/index",
|
|
|
|
- component: "Layout",
|
|
|
|
- meta: {
|
|
|
|
- title: "模板管理",
|
|
|
|
- icon: "platManage",
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- children: [{
|
|
|
|
- meta: {
|
|
|
|
- title: "模板管理",
|
|
|
|
- icon: "platManage",
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- path: "/platManage",
|
|
|
|
- hidden: false,
|
|
|
|
- component: "@/views/platManage/index",
|
|
|
|
-
|
|
|
|
- }, ]
|
|
|
|
- }, {
|
|
|
|
- path: "/statisManage",
|
|
|
|
- hidden: false,
|
|
|
|
- redirect: "/statisManage/loginLog",
|
|
|
|
- component: "Layout",
|
|
|
|
- meta: {
|
|
|
|
- title: "统计管理",
|
|
|
|
- icon: "statisManage",
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- children: [{
|
|
|
|
- meta: {
|
|
|
|
- title: "登录日志",
|
|
|
|
- icon: "statisManage",
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- path: "loginLog",
|
|
|
|
- hidden: false,
|
|
|
|
- component: "@/views/statisManage/loginLog/index",
|
|
|
|
-
|
|
|
|
- }, {
|
|
|
|
- meta: {
|
|
|
|
- title: "操作日志",
|
|
|
|
- icon: "statisManage",
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- path: "operLog",
|
|
|
|
- hidden: false,
|
|
|
|
- component: "@/views/statisManage/operLog/index",
|
|
|
|
-
|
|
|
|
- }]
|
|
|
|
- })
|
|
|
|
|
|
+ // data.push({
|
|
|
|
+ // path: "/platManage",
|
|
|
|
+ // hidden: false,
|
|
|
|
+ // redirect: "/platManage/index",
|
|
|
|
+ // component: "Layout",
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: "模板管理",
|
|
|
|
+ // icon: "platManage",
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // children: [{
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: "模板管理",
|
|
|
|
+ // icon: "platManage",
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // path: "/platManage",
|
|
|
|
+ // hidden: false,
|
|
|
|
+ // component: "@/views/platManage/index",
|
|
|
|
+
|
|
|
|
+ // }, ]
|
|
|
|
+ // }, {
|
|
|
|
+ // path: "/statisManage",
|
|
|
|
+ // hidden: false,
|
|
|
|
+ // redirect: "/statisManage/loginLog",
|
|
|
|
+ // component: "Layout",
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: "统计管理",
|
|
|
|
+ // icon: "statisManage",
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // children: [{
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: "登录日志",
|
|
|
|
+ // icon: "statisManage",
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // path: "loginLog",
|
|
|
|
+ // hidden: false,
|
|
|
|
+ // component: "@/views/statisManage/loginLog/index",
|
|
|
|
+
|
|
|
|
+ // }, {
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: "操作日志",
|
|
|
|
+ // icon: "statisManage",
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+ // path: "operLog",
|
|
|
|
+ // hidden: false,
|
|
|
|
+ // component: "@/views/statisManage/operLog/index",
|
|
|
|
+
|
|
|
|
+ // }]
|
|
|
|
+ // })
|
|
|
|
|
|
|
|
|
|
|
|
|