Commit 689779f9 authored by danfuman's avatar danfuman

修改

parent c3d6d17a
<template> <template>
<div class="app-container group-container"> <div class="app-container group-container">
<div class="header-container" ref="header"> <div class="header-container">
<div class="flex-box part-header"> <div class="flex-box part-header">
<img class="header-logo" :src="details && details.logoUrl || require('@/assets/images/detail/company_logo.png')"> <img class="header-logo" :src="details && details.logoUrl || require('@/assets/images/detail/company_logo.png')">
{{name || '--'}} {{name || '--'}}
...@@ -68,13 +68,9 @@ ...@@ -68,13 +68,9 @@
// if (this.$route.query.path) { // 获取跳转对应板块 // if (this.$route.query.path) { // 获取跳转对应板块
// this.currentPath.pathName = this.$route.query.path // this.currentPath.pathName = this.$route.query.path
// } // }
// this.$route.query.name='' this.name=this.$route.query.name ? this.$route.query.name : this.details.companyName
this.name=this.$route.query.name ? this.$route.query.name : '中建集团'
},
mounted(){
// this.mainWidth=this.$refs.header.offsetWidth;
// this.width=this.$refs.contentData.offsetWidth -160;
}, },
mounted(){},
methods: { methods: {
showPartPage(e){ showPartPage(e){
this.currentPath = e this.currentPath = e
......
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