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 => {
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商标注册服务";
......
......@@ -1267,7 +1267,6 @@
switch (this.$root.channelName) {
case 'jd':
/**提报接口 */
var obj = {
tm: that.form,
apply: that.apply,
......
......@@ -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
......@@ -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
......@@ -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>
......
......@@ -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>
......
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