Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d75a8525
authored
2020-12-14 19:44:06 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:文件类型新增投保链接
1 parent
06d8bce3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
src/utils/mappingData.js
src/views/iframe.vue
src/utils/mappingData.js
View file @
d75a852
...
...
@@ -132,5 +132,9 @@ export const fileList = [
{
id
:
3
,
type
:
'免责条款'
},
{
id
:
4
,
type
:
'投保链接'
}
]
...
...
src/views/iframe.vue
View file @
d75a852
...
...
@@ -34,7 +34,7 @@
export
default
{
data
()
{
return
{
baseUrl
:
'https://
localhost:8080
'
,
baseUrl
:
'https://
pre-web-chery.situdata.com
'
,
isStart
:
false
,
target
:
''
,
strWindowFeatures
:
`
...
...
@@ -60,7 +60,7 @@ export default {
methods
:
{
open
()
{
this
.
isStart
=
true
this
.
target
=
`
${
this
.
baseUrl
}
/#/srtc-iframe?path="https://localhost:808
1/
"`
this
.
target
=
`
${
this
.
baseUrl
}
/#/srtc-iframe?path="https://localhost:808
0
"`
this
.
$nextTick
().
then
(()
=>
{
this
.
$refs
.
srtcIframe
.
onload
=
()
=>
{
this
.
sendMessage
()
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment