Commit 0c23d252 authored by 沈翠玲's avatar 沈翠玲

修改系统名称

parent 9bbb69d6
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅系统 VUE_APP_TITLE = 希迈系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅系统 VUE_APP_TITLE = 希迈系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 宝绅系统 VUE_APP_TITLE = 希迈系统
NODE_ENV = production NODE_ENV = production
......
...@@ -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() {
......
...@@ -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"
......
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