Commit 6c535046 authored by 董国亮's avatar 董国亮

增加日志路由

parent bc8709b6
......@@ -44,6 +44,19 @@ export default [
path: URL.CONFIG_DEVICE,
component: (resolve) => require(["@/views/config/device/index"], resolve),
},
//日志
{
path: URL.LOG,
redirect: URL.LOG_LOGIN,
},
{
path: URL.LOG_LOGIN,
component: (resolve) => require(["@/views/log/login/index"], resolve),
},
{
path: URL.LOG_OPERATION,
component: (resolve) => require(["@/views/log/operation/index"], resolve),
},
// 态势检测
{
path: "/situation",
......
......@@ -39,6 +39,9 @@ export const CONFIG_MAPCONFIG = "/config/mapconfig";
export const CONFIG_ADCONFIG = "/config/adconfig";
export const CONFIG_DEVICE = "/config/device";
export const LOG = "/log";
export const LOG_OPERATION = "/log/operation";
export const LOG_LOGIN = "/log/login";
export const DATA_WORKS ="/dataworks";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment