Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
3774a0c4
Commit
3774a0c4
authored
Nov 23, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
系统图标修改
parent
d3a21b1f
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
4 deletions
+15
-4
apiUrl.js
applications/architecture-dee/public/apiUrl.js
+1
-0
favicon-dex.ico
applications/architecture-dee/public/favicon-dex.ico
+0
-0
favicon.ico
applications/architecture-dee/public/favicon.ico
+0
-0
logo-avic.png
applications/architecture-dee/public/images/logo-avic.png
+0
-0
logo-dex.png
applications/architecture-dee/public/images/logo-dex.png
+0
-0
logo.png
applications/architecture-dee/public/images/logo.png
+0
-0
Navbar.vue
...cations/architecture-dee/src/layout/components/Navbar.vue
+11
-3
index.vue
applications/architecture-dee/src/views/navigation/index.vue
+3
-1
No files found.
applications/architecture-dee/public/apiUrl.js
View file @
3774a0c4
...
@@ -8,3 +8,4 @@ const VUE_APP_BASE_API = 'http://1.14.146.148:9002' // eslint-disable-line
...
@@ -8,3 +8,4 @@ const VUE_APP_BASE_API = 'http://1.14.146.148:9002' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://192.168.1.124:9002' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://192.168.1.124:9002' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://36.41.67.68:9003' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://36.41.67.68:9003' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://36.41.67.68:9002' // eslint-disable-line
// const VUE_APP_BASE_API = 'http://36.41.67.68:9002' // eslint-disable-line
const
IS_TEST
=
true
// eslint-disable-line
\ No newline at end of file
applications/architecture-dee/public/favicon-dex.ico
0 → 100644
View file @
3774a0c4
598 Bytes
applications/architecture-dee/public/favicon.ico
View replaced file @
d3a21b1f
View file @
3774a0c4
598 Bytes
|
W:
|
H:
3.46 KB
|
W:
|
H:
2-up
Swipe
Onion skin
applications/architecture-dee/public/images/logo-avic.png
0 → 100644
View file @
3774a0c4
3.46 KB
applications/architecture-dee/public/images/logo-dex.png
0 → 100644
View file @
3774a0c4
2.7 KB
applications/architecture-dee/public/images/logo.png
View replaced file @
d3a21b1f
View file @
3774a0c4
2.7 KB
|
W:
|
H:
7.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
applications/architecture-dee/src/layout/components/Navbar.vue
View file @
3774a0c4
...
@@ -5,9 +5,10 @@
...
@@ -5,9 +5,10 @@
<img
src=
"/images/logo.png"
class=
"login-box"
alt=
""
>
<img
src=
"/images/logo.png"
class=
"login-box"
alt=
""
>
</span>
</span>
<div
v-if=
"activeModel"
class=
"login-module"
>
<div
v-if=
"activeModel"
class=
"login-module"
>
<span
class=
"dex"
style=
"cursor: pointer;"
@
click=
"goHome"
>
DEX
</span>
<span
class=
"dex"
style=
"cursor: pointer;"
@
click=
"goHome"
>
总装制造执行系统
</span>
<span
v-if=
"$route.query.backFlag"
class=
"moudle-name"
><i
class=
"el-icon-back"
@
click=
"goback()"
/>
{{
$route
.
query
.
title
}}
</span>
<span
v-if=
"$route.query.backFlag"
class=
"moudle-name"
><i
class=
"el-icon-back"
@
click=
"goback()"
/>
{{
$route
.
query
.
title
}}
</span>
<span
v-else
class=
"moudle-name"
>
{{
activeModel
|
formatMoudleName
}}
</span>
<span
v-else
class=
"moudle-name"
>
{{
activeModel
|
formatMoudleName
}}
</span>
<span
v-if=
"isTest"
class=
"secret"
>
(测试系统)
</span>
<!--
<span>
>>
</span>
<!--
<span>
>>
</span>
<span>
{{
routeName
}}
</span>
-->
<span>
{{
routeName
}}
</span>
-->
</div>
</div>
...
@@ -117,7 +118,8 @@ export default {
...
@@ -117,7 +118,8 @@ export default {
showName
:
true
showName
:
true
},
},
moduleName
:
''
,
moduleName
:
''
,
permMenuFlag
:
false
permMenuFlag
:
false
,
isTest
:
IS_TEST
// eslint-disable-line
}
}
},
},
computed
:
{
computed
:
{
...
@@ -276,7 +278,7 @@ export default {
...
@@ -276,7 +278,7 @@ export default {
.dex
{
.dex
{
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
900
;
font-weight
:
900
;
font-style
:
italic
;
//
font-style: italic;
font-family
:
'方正黑体'
;
font-family
:
'方正黑体'
;
padding-right
:
15px
;
padding-right
:
15px
;
position
:
relative
;
position
:
relative
;
...
@@ -299,6 +301,12 @@ export default {
...
@@ -299,6 +301,12 @@ export default {
.moudle-name
{
.moudle-name
{
padding-left
:
10px
;
padding-left
:
10px
;
}
}
.secret
{
font-size
:
16px
;
color
:
#f00
;
font-weight
:
600
;
font-style
:
italic
;
}
}
}
.breadcrumb-container
{
.breadcrumb-container
{
...
...
applications/architecture-dee/src/views/navigation/index.vue
View file @
3774a0c4
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
<div
class=
"navigation-page-box"
>
<div
class=
"navigation-page-box"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<div
class=
"log-box"
>
<div
class=
"log-box"
>
<img
src=
"/images/logo-wrap.png"
alt=
""
>
<!--
<img
src=
"/images/logo-wrap.png"
alt=
""
>
-->
<img
src=
"/images/logo-avic.png"
alt=
""
>
</div>
</div>
<div
class=
"search-box"
>
<div
class=
"search-box"
>
<!-- 查询框 -->
<!-- 查询框 -->
...
@@ -279,6 +280,7 @@ export default {
...
@@ -279,6 +280,7 @@ export default {
margin
:
40px
0
0
60px
;
margin
:
40px
0
0
60px
;
font-size
:
26px
;
font-size
:
26px
;
color
:
#dbecfe
;
color
:
#dbecfe
;
height
:
40px
;
}
}
.search-box
{
.search-box
{
...
...
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