Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
aedbf24f
Commit
aedbf24f
authored
Jul 17, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
7edeb56f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
+20
-1
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.html
+5
-0
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
+15
-1
No files found.
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.html
View file @
aedbf24f
...
...
@@ -2256,6 +2256,11 @@
</div>
</div>
</div>
<div
v-if=
"activeMenu==\'9\'"
class=
"activeMenu8"
>
<div
style=
"min-width: 1200px;"
>
<iframe
name=
"midFraim"
id=
"midFraim"
src=
"http://118.24.142.85:81/ezPicture.aspx?method=%E6%99%BA%E8%83%BD%E5%8F%AF%E8%A7%86%E5%8C%96&guid=5c85c50a-c57c-401c-b534-2a78facd0d0d"
frameborder=
"0"
width=
"100%"
></iframe>
</div>
</div>
</div>
</div>
</div>
ipop-web/app/front/vues/pages/patentanalysis/patentanalysis.js
View file @
aedbf24f
...
...
@@ -555,6 +555,9 @@
},
{
name
:
"生成报告"
,
},
{
name
:
"分析可视化"
,
}
],
activeMenu
:
0
,
...
...
@@ -2091,7 +2094,9 @@
}
},
mounted
:
function
()
{
window
.
onresize
=
function
(){
this
.
changeMobsfIframe
()
}
},
created
:
function
()
{
console
.
log
(
'wslhd'
);
...
...
@@ -2104,6 +2109,13 @@
console
.
log
(
this
.
obj
);
},
methods
:
{
changeMobsfIframe
(){
const
mobsf
=
document
.
getElementById
(
'midFraim'
);
const
deviceWidth
=
document
.
body
.
clientWidth
;
const
deviceHeight
=
document
.
body
.
clientHeight
;
console
.
log
(
mobsf
,
'????????????????????'
);
mobsf
.
height
=
(
Number
(
deviceHeight
)
-
0
)
+
'px'
;
},
tiaozhan
()
{
this
.
$root
.
pushx
({
name
:
"/patentsimplesearch"
,
...
...
@@ -2747,6 +2759,8 @@
this
.
agentRank
();
}
else
if
(
this
.
activeMenu
==
"8"
)
{
this
.
returnsPage
();
}
else
if
(
this
.
activeMenu
==
"9"
)
{
this
.
changeMobsfIframe
();
}
},
/*同一纬度下不同角度的分析切换 */
...
...
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