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
d35551b9
Commit
d35551b9
authored
Oct 29, 2020
by
李宏达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lhd
parent
eaf00799
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
12 deletions
+21
-12
ipop-web/app/front/entry/public/js/index.js
+21
-12
No files found.
ipop-web/app/front/entry/public/js/index.js
View file @
d35551b9
...
@@ -326,20 +326,29 @@ axios.get("/vue/comp/base").then(function(res){
...
@@ -326,20 +326,29 @@ axios.get("/vue/comp/base").then(function(res){
},
1500
);
},
1500
);
}
else
if
(
v
==
"创新人才发现"
){
}
else
if
(
v
==
"创新人才发现"
){
// this.typeHome = false;
this
.
typeHome
=
false
;
window
.
open
(
"https://gct.aminer.cn/"
);
this
.
loadingHome
=
true
;
// this.loadingHome = true;
var
url
=
encodeURIComponent
(
"https://gct.aminer.cn/"
);
// var url = encodeURIComponent("http://58.213.198.76:10012/pmes2/login");
this
.
pushx
({
name
:
"/iframehtml"
,
title
:
"创新人才发现"
,
params
:{
url
:
url
}});
// this.pushx({name:"/iframehtml",title:"智能推送",params:{url:url}});
setTimeout
(()
=>
{
// setTimeout(()=>{
this
.
loadingHome
=
false
;
// this.loadingHome = false;
},
1500
);
// },1500);
}
else
if
(
v
==
"知识产权运营"
){
}
else
if
(
v
==
"知识产权运营"
){
// this.typeHome = false;
this
.
typeHome
=
false
;
window
.
open
(
"https://www.cnuip.com/"
);
this
.
loadingHome
=
true
;
var
url
=
encodeURIComponent
(
"https://www.cnuip.com/"
);
this
.
pushx
({
name
:
"/iframehtml"
,
title
:
"知识产权运营"
,
params
:{
url
:
url
}});
setTimeout
(()
=>
{
this
.
loadingHome
=
false
;
},
1500
);
}
else
if
(
v
==
"智能采集"
){
}
else
if
(
v
==
"智能采集"
){
// this.typeHome = false;
this
.
typeHome
=
false
;
window
.
open
(
"http://47.104.94.221:8001/wiki"
);
this
.
loadingHome
=
true
;
var
url
=
encodeURIComponent
(
"http://47.104.94.221:8001/wiki"
);
this
.
pushx
({
name
:
"/iframehtml"
,
title
:
"智能采集"
,
params
:{
url
:
url
}});
setTimeout
(()
=>
{
this
.
loadingHome
=
false
;
},
1500
);
}
else
if
(
v
==
"创新资源共享"
){
}
else
if
(
v
==
"创新资源共享"
){
this
.
typeHome
=
false
;
this
.
typeHome
=
false
;
this
.
loadingHome
=
true
;
this
.
loadingHome
=
true
;
...
...
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