Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
01bae3eb
Commit
01bae3eb
authored
Aug 09, 2021
by
zhangshengbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加新用户logo
parent
cd06f241
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
moshizhineng_logo.png
src/assets/img/moshizhineng_logo.png
+0
-0
config.js
src/config.js
+1
-1
Home.vue
src/views/Home.vue
+3
-2
No files found.
src/assets/img/moshizhineng_logo.png
0 → 100644
View file @
01bae3eb
28.4 KB
src/config.js
View file @
01bae3eb
const
address
=
'
http://localhost:8080
/traffic/'
;
const
address
=
'/traffic/'
;
const
videoAddress
=
'http://152.136.233.116:8000'
;
const
photoAddress
=
'http://152.136.233.116:8000'
;
const
imgAddress
=
'/traffic/'
;
// 测试环境
...
...
src/views/Home.vue
View file @
01bae3eb
...
...
@@ -12,9 +12,10 @@
>
<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 != 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
v-show=
"companyId"
>
<el-menu-item
index=
"1-1"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment