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
0c23d252
Commit
0c23d252
authored
Aug 26, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改系统名称
parent
9bbb69d6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.env.development
.env.development
+1
-1
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+1
-1
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
login.vue
src/views/login.vue
+1
-1
No files found.
.env.development
View file @
0c23d252
# 页面标题
# 页面标题
VUE_APP_TITLE =
宝绅
系统
VUE_APP_TITLE =
希迈
系统
# 开发环境配置
# 开发环境配置
ENV = 'development'
ENV = 'development'
...
...
.env.production
View file @
0c23d252
# 页面标题
# 页面标题
VUE_APP_TITLE =
宝绅
系统
VUE_APP_TITLE =
希迈
系统
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
...
...
.env.staging
View file @
0c23d252
# 页面标题
# 页面标题
VUE_APP_TITLE =
宝绅
系统
VUE_APP_TITLE =
希迈
系统
NODE_ENV = production
NODE_ENV = production
...
...
src/layout/components/Sidebar/Logo.vue
View file @
0c23d252
...
@@ -43,7 +43,7 @@ export default {
...
@@ -43,7 +43,7 @@ export default {
if
(
roles
.
includes
(
"OrderRole"
)){
if
(
roles
.
includes
(
"OrderRole"
)){
return
"订单管理系统"
return
"订单管理系统"
}
}
return
'
宝绅
系统'
;
return
'
希迈
系统'
;
}
}
},
},
data
()
{
data
()
{
...
...
src/views/login.vue
View file @
0c23d252
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</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"
>
希迈
系统
</h3>
<el-form-item
prop=
"username"
>
<el-form-item
prop=
"username"
>
<el-input
<el-input
v-model=
"loginForm.username"
v-model=
"loginForm.username"
...
...
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