Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
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
刘川
wly-APP
Commits
dd8b6048
Commit
dd8b6048
authored
Sep 20, 2023
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
嵌入第三方页面
parent
68cd4cf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
out-web-site.vue
pages/out-web-site/out-web-site.vue
+3
-1
No files found.
pages/out-web-site/out-web-site.vue
View file @
dd8b6048
...
...
@@ -9,6 +9,7 @@
<
script
>
import
{
getClientByApp
}
from
'@/servers/address.js'
import
{
mapState
}
from
'vuex'
export
default
{
data
()
{
return
{
...
...
@@ -21,6 +22,7 @@
this
.
getClientByApp
()
},
computed
:
{
...
mapState
([
'userInfo'
]),
navHeight
()
{
return
{
'height'
:
`100px`
...
...
@@ -29,7 +31,7 @@
},
methods
:
{
async
getClientByApp
(){
const
res
=
await
getClientByApp
({
code
:
'0050000215'
})
const
res
=
await
getClientByApp
({
code
:
this
.
userInfo
.
code
})
this
.
src
=
'https://yingxiao.wuliangye.com.cn/webroot/login/jxsLogin.html?'
+
res
},
message
(
event
)
{
...
...
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