Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
maintain_service
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
刘帅
maintain_service
Commits
27943d29
Commit
27943d29
authored
Jul 31, 2025
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.积木嵌入地址调整
parent
56d4a6d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
biList.vue
maintain-ui/src/views/tool/report/biList.vue
+2
-2
biView.vue
maintain-ui/src/views/tool/report/biView.vue
+2
-2
reportList.vue
maintain-ui/src/views/tool/report/reportList.vue
+2
-2
reportView.vue
maintain-ui/src/views/tool/report/reportView.vue
+2
-2
No files found.
maintain-ui/src/views/tool/report/biList.vue
View file @
27943d29
...
@@ -14,11 +14,11 @@ export default {
...
@@ -14,11 +14,11 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
url
:
''
url
:
`http://
${
window
.
location
.
hostname
}
:8099/drag/list?token=Bearer `
+
getToken
()
}
}
},
},
created
()
{
created
()
{
this
.
init
()
//
this.init()
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
maintain-ui/src/views/tool/report/biView.vue
View file @
27943d29
...
@@ -14,11 +14,11 @@ export default {
...
@@ -14,11 +14,11 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
url
:
''
url
:
`http://
${
window
.
location
.
hostname
}
:8099/drag/share/list?token=Bearer `
+
getToken
()
}
}
},
},
created
()
{
created
()
{
this
.
init
()
//
this.init()
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
maintain-ui/src/views/tool/report/reportList.vue
View file @
27943d29
...
@@ -14,11 +14,11 @@ export default {
...
@@ -14,11 +14,11 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
url
:
''
url
:
`http://
${
window
.
location
.
hostname
}
:8099/jmreport/list?token=Bearer `
+
getToken
()
}
}
},
},
created
()
{
created
()
{
this
.
init
()
//
this.init()
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
maintain-ui/src/views/tool/report/reportView.vue
View file @
27943d29
...
@@ -14,11 +14,11 @@ export default {
...
@@ -14,11 +14,11 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
url
:
''
url
:
`http://
${
window
.
location
.
hostname
}
:8099/jmreport/view?token=Bearer `
+
getToken
()
}
}
},
},
created
()
{
created
()
{
this
.
init
()
//
this.init()
},
},
methods
:
{
methods
:
{
init
()
{
init
()
{
...
...
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