Commit 01bae3eb authored by zhangshengbo's avatar zhangshengbo

添加新用户logo

parent cd06f241
const address = 'http://localhost:8080/traffic/'; const address = '/traffic/';
const videoAddress = 'http://152.136.233.116:8000'; const videoAddress = 'http://152.136.233.116:8000';
const photoAddress = 'http://152.136.233.116:8000'; const photoAddress = 'http://152.136.233.116:8000';
const imgAddress = '/traffic/';// 测试环境 const imgAddress = '/traffic/';// 测试环境
......
...@@ -12,9 +12,10 @@ ...@@ -12,9 +12,10 @@
> >
<div class="logo"> <div class="logo">
<!-- <img v-show="companyId !=1 && authId!=11" style="width:180px;height:45px" src="../assets/logo_chuhang.png" alt /> --> <!-- <img v-show="companyId !=1 && authId!=11" style="width:180px;height:45px" src="../assets/logo_chuhang.png" alt /> -->
<img v-show="companyId != 4 && authId != 14" style="width:144px;height:36px" src="../assets/logo_new.png" alt /> <img v-show="companyId != 4 && authId != 14 && authId != 16" style="width:144px;height:36px" src="../assets/logo_new.png" alt />
<img v-show="authId == 16" style="width:144px;height:36px" src="../assets/img/moshizhineng_logo.png" alt />
</div> </div>
<div v-show="companyId"> <div v-show="companyId">
<el-menu-item <el-menu-item
index="1-1" index="1-1"
......
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