Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
ximai
mes-ui
Commits
c13f269a
Commit
c13f269a
authored
Sep 18, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整了图标和系统名称
parent
5e9e7d51
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
7 deletions
+7
-7
.env.development
.env.development
+1
-1
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+1
-1
favicon.ico
public/favicon.ico
+0
-0
login-bg.png
src/assets/images/login-bg.png
+0
-0
logo.png
src/assets/logo/logo.png
+0
-0
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
login.vue
src/views/login.vue
+3
-3
No files found.
.env.development
View file @
c13f269a
# 页面标题
# 页面标题
VUE_APP_TITLE = 希迈系统
VUE_APP_TITLE = 希迈
MES
系统
# 开发环境配置
# 开发环境配置
ENV = 'development'
ENV = 'development'
...
...
.env.production
View file @
c13f269a
# 页面标题
# 页面标题
VUE_APP_TITLE = 希迈系统
VUE_APP_TITLE = 希迈
MES
系统
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
...
...
.env.staging
View file @
c13f269a
# 页面标题
# 页面标题
VUE_APP_TITLE = 希迈系统
VUE_APP_TITLE = 希迈
MES
系统
NODE_ENV = production
NODE_ENV = production
...
...
public/favicon.ico
View replaced file @
5e9e7d51
View file @
c13f269a
114 KB
|
W:
|
H:
258 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/images/login-bg.png
View replaced file @
5e9e7d51
View file @
c13f269a
107 KB
|
W:
|
H:
50 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/logo/logo.png
View replaced file @
5e9e7d51
View file @
c13f269a
12.5 KB
|
W:
|
H:
50 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/layout/components/Sidebar/Logo.vue
View file @
c13f269a
...
@@ -43,7 +43,7 @@ export default {
...
@@ -43,7 +43,7 @@ export default {
if
(
roles
.
includes
(
"OrderRole"
)){
if
(
roles
.
includes
(
"OrderRole"
)){
return
"订单管理系统"
return
"订单管理系统"
}
}
return
'希迈系统'
;
return
'希迈
MES
系统'
;
}
}
},
},
data
()
{
data
()
{
...
...
src/views/login.vue
View file @
c13f269a
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
<div
class=
"container containerSamll"
>
<div
class=
"container containerSamll"
>
<div
class=
"swiper-container swiperPross swiper-container-initialized swiper-container-horizontal"
>
<div
class=
"swiper-container swiperPross swiper-container-initialized swiper-container-horizontal"
>
<div
class=
"swiper-wrapper"
style=
"transform: translate3d(0px, 0px, 0px);"
>
<div
class=
"swiper-wrapper"
style=
"transform: translate3d(0px, 0px, 0px);"
>
<div
class=
"swiperPic swiper-slide swiper-slide-active"
style=
"width:
51
0px;"
><img
<div
class=
"swiperPic swiper-slide swiper-slide-active"
style=
"width:
39
0px;"
><img
src=
"@/assets/images/login-bg.png"
alt=
""
></div>
src=
"@/assets/images/login-bg.png"
alt=
""
></div>
</div>
</div>
</div>
</div>
<div
class=
"index_from page-account-container from-wh"
>
<div
class=
"index_from page-account-container from-wh"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
class=
"login-form"
>
<h3
class=
"title"
>
希迈系统
</h3>
<h3
class=
"title"
>
希迈
MES
系统
</h3>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<el-input
<el-input
v-model=
"loginForm.username"
v-model=
"loginForm.username"
...
@@ -282,7 +282,7 @@ export default {
...
@@ -282,7 +282,7 @@ export default {
}
}
.swiperPic
,
.swiperPic
img
,
.swiperPross
{
.swiperPic
,
.swiperPic
img
,
.swiperPross
{
width
:
51
0px
;
width
:
39
0px
;
height
:
100%
;
height
:
100%
;
}
}
...
...
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