添加图片和修改画像的多选
This commit is contained in:
@ -110,7 +110,7 @@
|
||||
<div class="footer_left_one">
|
||||
<span class="footer_left_l">版权声明</span>
|
||||
<span class="footer_left_r">
|
||||
<i><img src="@/assets/image/icon3.png" alt="" /></i>
|
||||
<i><img src="@/assets/image/icon3.png" alt=""/></i>
|
||||
客服热线:(周一至周五8:30-18:00)
|
||||
</span>
|
||||
</div>
|
||||
@ -120,7 +120,7 @@
|
||||
<div class="footer_left_three">
|
||||
<span class="footer_left_l">意见反馈</span>
|
||||
<span class="footer_left_r">
|
||||
<i><img src="@/assets/image/icon2.png" alt="" /></i>
|
||||
<i><img src="@/assets/image/icon2.png" alt=""/></i>
|
||||
公司地址:安徽省合肥市蜀山区黄山市601号412-414
|
||||
</span>
|
||||
</div>
|
||||
@ -159,38 +159,38 @@ export default {
|
||||
lisList: [
|
||||
{
|
||||
path: '/home',
|
||||
name: '首页',
|
||||
name: '首页'
|
||||
},
|
||||
{
|
||||
path: '/notice',
|
||||
name: '通知公告',
|
||||
name: '通知公告'
|
||||
},
|
||||
{
|
||||
path: '/demand',
|
||||
name: '企业需求',
|
||||
name: '企业需求'
|
||||
},
|
||||
{
|
||||
path: '/achievements',
|
||||
name: '科技成果',
|
||||
name: '科技成果'
|
||||
},
|
||||
{
|
||||
path: '/declare',
|
||||
name: '高企申报',
|
||||
name: '高企申报'
|
||||
},
|
||||
{
|
||||
path: '/qualifications',
|
||||
name: '资质申报',
|
||||
name: '资质申报'
|
||||
},
|
||||
{
|
||||
path: '/assessment',
|
||||
name: '智能评估',
|
||||
},
|
||||
name: '智能评估'
|
||||
}
|
||||
],
|
||||
path: this.$route.path == '/' ? '/home' : this.$route.path,
|
||||
path: this.$route.path == '/' ? '/home' : this.$route.path
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['avatar']),
|
||||
...mapGetters(['avatar'])
|
||||
},
|
||||
methods: {
|
||||
toSearch() {
|
||||
@ -208,8 +208,8 @@ export default {
|
||||
handlePath(path) {
|
||||
this.path = path;
|
||||
this.$router.push({ path });
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
@ -269,8 +269,8 @@ export default {
|
||||
.user-avatar {
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
||||
@ -279,7 +279,7 @@ export default {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 63px;
|
||||
margin-top: 55px;
|
||||
margin-top: 75px;
|
||||
img {
|
||||
width: 392px;
|
||||
height: 100%;
|
||||
|
Reference in New Issue
Block a user