diff --git a/src/views/content/index_back.vue b/src/views/content/index_back.vue new file mode 100644 index 0000000..2b2f4a9 --- /dev/null +++ b/src/views/content/index_back.vue @@ -0,0 +1,614 @@ + + + + + diff --git a/src/views/header/index.vue b/src/views/header/index.vue index b0bdbf4..d62bfc3 100644 --- a/src/views/header/index.vue +++ b/src/views/header/index.vue @@ -85,8 +85,6 @@ export default { menuData: [], link_color:'#C5DCFE', logo:true - // logoOne:'block', - // logoTwo:'none' } }, mounted() { @@ -103,7 +101,7 @@ export default { header_bgc.style= "position: fixed;top: 0;background-color: #fff;box-shadow: 0px 1px 3px 0px rgba(8,57,122,0.18);" this.link_color='#0A51AE' this.logo=false - // // link_text.style="color:#fff;" + // link_text.style="color:#fff;" // link_text.addClass('active') }else if(top === 0){ Head.style = "position: static;"