Commit 55a2901b by 刘泽奇

123

parent 4093135e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -178,6 +178,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -178,6 +178,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
isLogin: false, isLogin: false,
logoImg: null, logoImg: null,
homeUrl: "", homeUrl: "",
footerText:"",
}; };
}, },
created() { created() {
...@@ -228,6 +229,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -228,6 +229,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
title.innerText = "小望商标注册服务"; title.innerText = "小望商标注册服务";
this.logoImg = '/imgs/bwlogo.png'; this.logoImg = '/imgs/bwlogo.png';
this.homeUrl = "/bw/jdtrademark"; this.homeUrl = "/bw/jdtrademark";
this.footerText = "浙江小望科技有限公司";
break; break;
case '1688': case '1688':
title.innerText = "1688商标注册服务"; title.innerText = "1688商标注册服务";
......
...@@ -1267,7 +1267,6 @@ ...@@ -1267,7 +1267,6 @@
switch (this.$root.channelName) { switch (this.$root.channelName) {
case 'jd': case 'jd':
/**提报接口 */ /**提报接口 */
var obj = { var obj = {
tm: that.form, tm: that.form,
apply: that.apply, apply: that.apply,
......
...@@ -477,3 +477,13 @@ li { ...@@ -477,3 +477,13 @@ li {
.showncllist-leave { .showncllist-leave {
opacity: 1; 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
...@@ -152,5 +152,9 @@ ...@@ -152,5 +152,9 @@
</ul> </ul>
</div> </div>
</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> </div>
\ No newline at end of file
...@@ -122,8 +122,8 @@ ...@@ -122,8 +122,8 @@
</div> </div>
</div> </div>
<div class="login-footer-copyright"> <div class="login-footer-copyright" v-if="this.$root.channelName==\'bw\' ">
© 2020 浙江小望科技有限公司版权所有 浙ICP备18049567号 © 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div> </div>
</div> </div>
......
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
</div> </div>
</div> </div>
<div class="login-footer-copyright"> <div class="login-footer-copyright" v-if="this.$root.channelName==\'bw\' ">
© 2020 浙江小望科技有限公司版权所有 浙ICP备18049567号 © 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment