diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 76f70be..809239f 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -26,7 +26,7 @@ export default {
},
data() {
return {
- title: '锐能管理系统',
+ title: '锐能BMS管理系统',
logo: logoImg
}
}
diff --git a/src/settings.js b/src/settings.js
index e082480..0001c08 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -1,5 +1,5 @@
module.exports = {
- title: '锐能管理系统',
+ title: '锐能BMS管理系统',
/**
* 是否系统布局配置
diff --git a/src/views/login.vue b/src/views/login.vue
index c473d5b..28e17f1 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -2,7 +2,7 @@

-
锐能设备管理物联云平台
+
锐能BMS管理系统
+
+
+
+
+
+
@@ -73,6 +79,9 @@
+
+ {{userTypeList.find(v=> v.value == scope.row.userType).label}}
+
{{ parseTime(scope.row.createTime) }}
@@ -151,11 +160,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -319,8 +328,15 @@ export default {
message: "请输入正确的手机号码",
trigger: "blur"
}
- ]
- }
+ ],
+ userType: [
+ { required: true, message: "用户类型不能为空", trigger: "blur" }
+ ],
+ },
+ userTypeList: [
+ { 'label': '系统用户', 'value': '00', },
+ { 'label': '客户', 'value': '01', },
+ ],
};
},
watch: {
diff --git a/vue.config.js b/vue.config.js
index cdb1175..98d0ca8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
-const name = defaultSettings.title || '锐能管理系统' // 标题
+const name = defaultSettings.title || '锐能BMS管理系统' // 标题
const port = process.env.port || process.env.npm_config_port || 8080 // 端口