Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinkong
holo-web
Commits
6c535046
Commit
6c535046
authored
Mar 11, 2025
by
董国亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加日志路由
parent
bc8709b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
routes.js
wj-manage-web/src/config/routes.js
+13
-0
url.js
wj-manage-web/src/config/url.js
+3
-0
No files found.
wj-manage-web/src/config/routes.js
View file @
6c535046
...
...
@@ -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
"
,
...
...
wj-manage-web/src/config/url.js
View file @
6c535046
...
...
@@ -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
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment