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
5744ccfe
Commit
5744ccfe
authored
Apr 29, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e323b2cc
44d227d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
14 deletions
+20
-14
log-manager-ui/admin/package.json
log-manager-ui/admin/package.json
+1
-0
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
log-manager-ui/admin/src/views/operate/log/list.vue
log-manager-ui/admin/src/views/operate/log/list.vue
+1
-1
log-manager-ui/admin/vue.config.js
log-manager-ui/admin/vue.config.js
+2
-1
No files found.
log-manager-ui/admin/package.json
View file @
5744ccfe
...
...
@@ -4,6 +4,7 @@
"private"
:
true
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"serve"
:
"set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
,
"test"
:
"vue-cli-service build --mode test"
,
"yibin"
:
"vue-cli-service build --mode yibin"
,
...
...
log-manager-ui/admin/src/router.js
View file @
5744ccfe
...
...
@@ -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 @
5744ccfe
...
...
@@ -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
"
,
...
...
log-manager-ui/admin/src/views/operate/log/list.vue
View file @
5744ccfe
...
...
@@ -83,7 +83,7 @@
{
label
:
"
日志标签
"
,
prop
:
"
requestUrl
"
},
{
label
:
"
内容
"
,
prop
:
"
operType
"
,
formatter
:
this
.
formatter
},
{
label
:
"
消息
内容
"
,
prop
:
"
content
"
,
tooltip
:
"
true
"
},
{
label
:
"
操作
内容
"
,
prop
:
"
content
"
,
tooltip
:
"
true
"
},
{
label
:
"
操作IP地址
"
,
prop
:
"
ip
"
},
...
...
log-manager-ui/admin/vue.config.js
View file @
5744ccfe
...
...
@@ -8,7 +8,8 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
"
/logservice
"
:
{
target
:
"
http://112.19.80.237:11092
"
,
// target: "http://112.19.80.237:11092",
target
:
"
http://192.168.0.98:11092
"
,
// target: 'http://127.0.0.1:18225',
changeOrigin
:
true
,
secure
:
false
,
...
...
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