Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
log-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
log-platform
Commits
9aea003d
Commit
9aea003d
authored
Apr 07, 2024
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改内容
parent
4e3e03f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
12 deletions
+16
-12
log-manager-ui/admin/src/router.js
log-manager-ui/admin/src/router.js
+4
-0
log-manager-ui/admin/src/views/biz/log/list.vue
log-manager-ui/admin/src/views/biz/log/list.vue
+12
-12
No files found.
log-manager-ui/admin/src/router.js
View file @
9aea003d
...
...
@@ -18,6 +18,10 @@ Router.prototype.push = function push(location, onResolve, onReject) {
const
router
=
new
Router
({
routes
:
[
{
path
:
'
/index
'
,
redirect
:
'
/access/log/list
'
},
builder
(
'
/authentication
'
,
'
login/authentication
'
),
builder
(
'
/login
'
,
'
login/login
'
),
builder
(
'
/go
'
,
'
codeGen/index
'
),
...
...
log-manager-ui/admin/src/views/biz/log/list.vue
View file @
9aea003d
...
...
@@ -63,18 +63,18 @@
label
:
"
设备Id
"
,
fuzzy
:
true
},
{
name
:
"
eventTopic
"
,
type
:
"
text
"
,
label
:
"
记录埋点的事件主题
"
,
fuzzy
:
true
},
{
name
:
"
eventTopicName
"
,
type
:
"
text
"
,
label
:
"
记录埋点中文名称
"
,
fuzzy
:
true
},
//
{
//
name: "eventTopic",
//
type: "text",
//
label: "记录埋点的事件主题",
//
fuzzy: true
//
},
//
{
//
name: "eventTopicName",
//
type: "text",
//
label: "记录埋点中文名称",
//
fuzzy: true
//
},
{
name
:
"
createTimeStart
"
,
...
...
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