Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
7408d5f9
Commit
7408d5f9
authored
Oct 12, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c670976f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
qualifications.vue
...rc/views/detail/groupAccount/component/qualifications.vue
+0
-1
index.vue
dsk-operate-ui/src/views/detail/party-b/index.vue
+5
-1
index.vue
dsk-operate-ui/src/views/market/index.vue
+7
-2
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/qualifications.vue
View file @
7408d5f9
...
@@ -91,7 +91,6 @@
...
@@ -91,7 +91,6 @@
}
}
},
},
created
()
{
created
()
{
console
.
log
(
window
.
location
.
host
)
this
.
getCertificateList
()
this
.
getCertificateList
()
},
},
methods
:
{
methods
:
{
...
...
dsk-operate-ui/src/views/detail/party-b/index.vue
View file @
7408d5f9
...
@@ -32,7 +32,11 @@
...
@@ -32,7 +32,11 @@
}
}
},
},
created
()
{
created
()
{
// http://szh.jiansheku.com
if
(
window
.
location
.
host
===
'http://szh.jiansheku.com'
||
window
.
location
.
host
===
'szh.jiansheku.com'
){
this
.
domain
=
'https://plug.jiansheku.com'
}
else
{
this
.
domain
=
'https://pre-plug.jiansheku.com'
}
this
.
gettokens
()
this
.
gettokens
()
},
},
mounted
()
{
mounted
()
{
...
...
dsk-operate-ui/src/views/market/index.vue
View file @
7408d5f9
...
@@ -22,8 +22,8 @@ export default {
...
@@ -22,8 +22,8 @@ export default {
iframeHight
:
window
.
innerHeight
,
// iframe高度-当前页控制
iframeHight
:
window
.
innerHeight
,
// iframe高度-当前页控制
navigation
:
{
isFixed
:
true
,
fixedHeight
:
56
,
totalHeight
:
68
},
// iframe之外页面顶部对象,ifFixed:是否浮动;fixedHeight:浮动对象高度;totalHeight:顶部整体高度
navigation
:
{
isFixed
:
true
,
fixedHeight
:
56
,
totalHeight
:
68
},
// iframe之外页面顶部对象,ifFixed:是否浮动;fixedHeight:浮动对象高度;totalHeight:顶部整体高度
src
:
''
,
//iframe嵌套页面地址
src
:
''
,
//iframe嵌套页面地址
//
domain: 'https://plug.jiansheku.com', // 插件地址
domain
:
'https://plug.jiansheku.com'
,
// 插件地址
domain
:
'https://pre-plug.jiansheku.com'
,
// 插件地址测试
//
domain: 'https://pre-plug.jiansheku.com', // 插件地址测试
// domain: 'http://192.168.60.104:3400',
// domain: 'http://192.168.60.104:3400',
ak
:
'aec7b3ff2y2q8x6t49a7e2c463ce21912'
,
// 需要携带的sdkId
ak
:
'aec7b3ff2y2q8x6t49a7e2c463ce21912'
,
// 需要携带的sdkId
timelongs
:
7200
,
//刷新token时间
timelongs
:
7200
,
//刷新token时间
...
@@ -31,6 +31,11 @@ export default {
...
@@ -31,6 +31,11 @@ export default {
};
};
},
},
created
()
{
created
()
{
if
(
window
.
location
.
host
===
'http://szh.jiansheku.com'
||
window
.
location
.
host
===
'szh.jiansheku.com'
){
this
.
domain
=
'https://plug.jiansheku.com'
}
else
{
this
.
domain
=
'https://pre-plug.jiansheku.com'
}
this
.
gettokens
();
this
.
gettokens
();
},
},
mounted
()
{
mounted
()
{
...
...
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