| | |
| | | <p>成为中国信息化价值传递的倡导者,致力于通过信息化手段推动供给侧改革,帮助企业完成中国智造升级。</p> |
| | | <div class="contentimg"><img src="../../img/feiji.jpg" alt=""></div> |
| | | </div> |
| | | <div id="anchor-1"></div> |
| | | <div id="culture"></div> |
| | | <div class="content_title fadeInUp zoomIn animated"><span>企业文化</span></div> |
| | | <div class="enterprise"> |
| | | <ul class="culture_ul"> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="anchor-2"></div> |
| | | <div id="aptitude"></div> |
| | | <div class="wrapper"> |
| | | <div class="content_title fadeInUp zoomIn animated" style="margin-bottom: 0.8rem;"><span>荣誉资质</span></div> |
| | | <div class="m_bakcg"> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div id="anchor-3"></div> |
| | | <div id="contact"></div> |
| | | <div class="content_title fadeInUp zoomIn animated"><span>联系明科</span></div> |
| | | <div class="content contact"> |
| | | <ul class="contact_ul"> |
| | |
| | | }, |
| | | watch: { //监听路由 |
| | | $route (to, from) { |
| | | if (to.params.hash && to.params.hash !== 'null') { |
| | | if (to.params.hash) { |
| | | this.anchor = true |
| | | this.get_anchor(to.params.hash) |
| | | } |
| | |
| | | //根据hash值跳转不同锚点 |
| | | get_anchor (hash) { |
| | | if (this.anchor) { |
| | | hash = '#' + hash.replace('.html', '') |
| | | document.querySelector(hash).scrollIntoView(true) |
| | | } |
| | | } |
| | | }, |
| | | mounted () { |
| | | let hash = this.$route.params.hash |
| | | if (hash && hash !== 'null') { |
| | | if (hash) { |
| | | this.anchor = true |
| | | this.get_anchor(hash) |
| | | } |