diff --git a/public/js/config.js b/public/js/config.js
index d9fb0f68..d029d378 100644
--- a/public/js/config.js
+++ b/public/js/config.js
@@ -17,7 +17,7 @@ var PROJECT = {
}
-var PROJECT_TYPE = PROJECT.local_test
+var PROJECT_TYPE = PROJECT.online_zjsj
var headerShow = true; // 是否显示头部
var tabsShow = true; // 是否显示tabs
diff --git a/src/views/home/components/loginInfo.vue b/src/views/home/components/loginInfo.vue
index 9e7891be..cef02829 100644
--- a/src/views/home/components/loginInfo.vue
+++ b/src/views/home/components/loginInfo.vue
@@ -36,7 +36,7 @@
登录
- 记住登录密码
+ 记住登录密码
忘记密码?
@@ -59,7 +59,7 @@ export default {
},
data() {
return {
- radio:'',
+ checked: false,
};
},
methods: {
@@ -88,18 +88,15 @@ export default {
color: #ffffff;
font-size: 14px;
}
-::v-deep .el-radio {
- color: #27e1f0;
-}
-::v-deep .el-radio__inner {
+::v-deep .el-checkbox__inner {
border-radius: 0%;
background-color: rgba(2, 38, 64, 0);
border-color: #27e1f0;
}
-::v-deep .el-radio__label {
- padding-left: 5px;
-}
+::v-deep .el-checkbox__label{
+ color: #27e1f0;
+}
// 在使用浏览器保存的数据时 输入框的样式
::v-deep input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
// 字体颜色
@@ -186,7 +183,7 @@ export default {
color: #27e1f0;
font-size: 12px;
span {
- margin-left: 21%;
+ margin-left: 25%;
}
}
}