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
2a69e611
Commit
2a69e611
authored
May 18, 2021
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
3e5e31ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
igirl-web/app/front/entry/public/js/index.js
+5
-0
igirl-web/app/front/vues/pages/home/home.js
+2
-1
igirl-web/app/front/vues/pages/moreservice/moreservice.js
+2
-1
No files found.
igirl-web/app/front/entry/public/js/index.js
View file @
2a69e611
...
@@ -114,6 +114,10 @@ Object.keys(routePath.bizs).map((k) => {
...
@@ -114,6 +114,10 @@ Object.keys(routePath.bizs).map((k) => {
if
(
isp
==
0
)
{
if
(
isp
==
0
)
{
if
(
pathTmp
==
"/"
)
{
if
(
pathTmp
==
"/"
)
{
tmp
.
components
[
pathTmp
]
=
componentFactory
(
"moreservice"
);
tmp
.
components
[
pathTmp
]
=
componentFactory
(
"moreservice"
);
if
(
companyinfo
.
company
.
sitename
==
"公司宝"
){
tmp
.
components
[
pathTmp
]
=
componentFactory
(
"bycquerytm"
);
}
tmp
[
"query"
]
=
{
"itemtype"
:
"ip"
};
tmp
[
"query"
]
=
{
"itemtype"
:
"ip"
};
console
.
log
(
"ppppppppppppppppppppppppppppppppp"
,
tmp
);
console
.
log
(
"ppppppppppppppppppppppppppppppppp"
,
tmp
);
}
}
...
@@ -1050,6 +1054,7 @@ var app = new Vue({
...
@@ -1050,6 +1054,7 @@ var app = new Vue({
},
},
backhome
(
name
)
{
backhome
(
name
)
{
location
.
href
=
"https://www.gongsibao.com"
;
if
(
name
==
'policyShop'
)
{
if
(
name
==
'policyShop'
)
{
return
window
.
open
(
location
.
protocol
+
"?paramtheme=policy#/"
);
return
window
.
open
(
location
.
protocol
+
"?paramtheme=policy#/"
);
}
}
...
...
igirl-web/app/front/vues/pages/home/home.js
View file @
2a69e611
...
@@ -344,13 +344,14 @@
...
@@ -344,13 +344,14 @@
this
.
content1Top
=
'padding-top:'
+
(
window
.
innerHeight
/
3
)
+
'px'
;
this
.
content1Top
=
'padding-top:'
+
(
window
.
innerHeight
/
3
)
+
'px'
;
this
.
$root
.
showtopmenu
();
this
.
$root
.
showtopmenu
();
}
}
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
initMounted
();
this
.
initMounted
();
if
(
this
.
a
){
if
(
this
.
a
){
this
.
moreservice
(
"ip"
);
this
.
moreservice
(
"ip"
);
}
}
},
500
);
},
500
);
},
},
created
:
function
(){
created
:
function
(){
/*this.$root.pushx({
/*this.$root.pushx({
...
...
igirl-web/app/front/vues/pages/moreservice/moreservice.js
View file @
2a69e611
...
@@ -306,6 +306,7 @@
...
@@ -306,6 +306,7 @@
}
}
},
},
mounted
:
function
(){
mounted
:
function
(){
this
.
$root
.
showHeadLogo
();
this
.
$root
.
showHeadLogo
();
this
.
$root
.
headerRowType
=
true
;
this
.
$root
.
headerRowType
=
true
;
window
.
addEventListener
(
'scroll'
,
this
.
handleScroll
,
true
);
window
.
addEventListener
(
'scroll'
,
this
.
handleScroll
,
true
);
...
@@ -335,7 +336,7 @@
...
@@ -335,7 +336,7 @@
f
();
f
();
},
},
created
:
function
(){
created
:
function
(){
},
},
methods
:{
methods
:{
handleScroll
()
{
handleScroll
()
{
...
...
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