Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Administrator
dsk-cr20g
Commits
f0f0904b
Commit
f0f0904b
authored
May 19, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
33dfa7d3
856b5346
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
index.js
dsk-operate-ui/src/router/index.js
+1
-1
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+4
-2
No files found.
dsk-operate-ui/src/router/index.js
View file @
f0f0904b
...
@@ -104,7 +104,7 @@ export const constantRoutes = [
...
@@ -104,7 +104,7 @@ export const constantRoutes = [
path
:
'party-b'
,
path
:
'party-b'
,
component
:
()
=>
import
(
'@/views/detail/party-b/index'
),
component
:
()
=>
import
(
'@/views/detail/party-b/index'
),
name
:
'PartyB'
,
name
:
'PartyB'
,
meta
:
{
title
:
'已方详情'
,
icon
:
'user
s
'
}
meta
:
{
title
:
'已方详情'
,
icon
:
'user'
}
}
}
]
]
},
},
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
f0f0904b
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
this
.
companyId
=
this
.
encodeStr
(
window
.
atob
(
this
.
$route
.
query
.
companyId
))
this
.
companyId
=
this
.
encodeStr
(
window
.
atob
(
this
.
$route
.
query
.
companyId
))
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
companyId
}
?token=
${
this
.
token
}
`
this
.
src
=
`https://pre-plug.jiansheku.com/enterprise/
${
this
.
companyId
}
?token=
${
this
.
token
}
`
}
}
// 示例传参:?companyId=window.btoa('
12306
')
// 示例传参:?companyId=window.btoa('
6034
')
},
},
mounted
()
{
mounted
()
{
this
.
getInframeHight
()
// 实时控制iframe高度
this
.
getInframeHight
()
// 实时控制iframe高度
...
@@ -111,5 +111,7 @@ export default {
...
@@ -111,5 +111,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-container
{
padding
:
0
;
}
</
style
>
</
style
>
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