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
55a2901b
Commit
55a2901b
authored
Jan 15, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
4093135e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
7 deletions
+24
-7
igirl-channel-web/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-web/app/front/entry/public/js/index.js
+2
-0
igirl-channel-web/app/front/vues/pages/bwselftmreg/bwselftmreg.js
+0
-1
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
+11
-0
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.html
+6
-1
igirl-channel-web/app/front/vues/pages/login/login.html
+3
-3
igirl-channel-web/app/front/vues/pages/register/register.html
+2
-2
No files found.
igirl-channel-web/app/front/entry/public/css/pagecom.css
View file @
55a2901b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-web/app/front/entry/public/js/index.js
View file @
55a2901b
...
...
@@ -178,6 +178,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
isLogin
:
false
,
logoImg
:
null
,
homeUrl
:
""
,
footerText
:
""
,
};
},
created
()
{
...
...
@@ -228,6 +229,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
title
.
innerText
=
"小望商标注册服务"
;
this
.
logoImg
=
'/imgs/bwlogo.png'
;
this
.
homeUrl
=
"/bw/jdtrademark"
;
this
.
footerText
=
"浙江小望科技有限公司"
;
break
;
case
'1688'
:
title
.
innerText
=
"1688商标注册服务"
;
...
...
igirl-channel-web/app/front/vues/pages/bwselftmreg/bwselftmreg.js
View file @
55a2901b
...
...
@@ -1267,7 +1267,6 @@
switch
(
this
.
$root
.
channelName
)
{
case
'jd'
:
/**提报接口 */
var
obj
=
{
tm
:
that
.
form
,
apply
:
that
.
apply
,
...
...
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.css
View file @
55a2901b
...
...
@@ -476,4 +476,14 @@ li {
.showncllist-enter-to
,
.showncllist-leave
{
opacity
:
1
;
}
.jdtrademark-footer-copyright
{
background
:
#080b4f
;
height
:
40px
;
width
:
100%
;
position
:
fixed
;
z-index
:
9999
;
bottom
:
0
;
left
:
0
;
}
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/jdtrademark/jdtrademark.html
View file @
55a2901b
...
...
@@ -152,5 +152,9 @@
</ul>
</div>
</div>
<div
class=
"jdtrademark-footer-copyright"
v-if=
"this.$root.channelName==\'bw\' "
>
<div
class=
"login-footer-copyright"
>
© 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div>
</div>
</div>
\ No newline at end of file
igirl-channel-web/app/front/vues/pages/login/login.html
View file @
55a2901b
...
...
@@ -119,11 +119,11 @@
</div>
</div>
</div>
</div>
</div>
<div
class=
"login-footer-copyright"
>
© 2020 浙江小望科技有限公司
版权所有 浙ICP备18049567号
<div
class=
"login-footer-copyright"
v-if=
"this.$root.channelName==\'bw\' "
>
© 2020 {{this.$root.footerText}}
版权所有 浙ICP备18049567号
</div>
</div>
...
...
igirl-channel-web/app/front/vues/pages/register/register.html
View file @
55a2901b
...
...
@@ -62,8 +62,8 @@
</div>
</div>
<div
class=
"login-footer-copyright"
>
© 2020 浙江小望科技有限公司
版权所有 浙ICP备18049567号
<div
class=
"login-footer-copyright"
v-if=
"this.$root.channelName==\'bw\' "
>
© 2020 {{this.$root.footerText}}
版权所有 浙ICP备18049567号
</div>
</div>
...
...
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