|
@@ -5,8 +5,8 @@
|
|
|
<div class="login-wrap">
|
|
|
<div>
|
|
|
<div class="logo">
|
|
|
- <span>美大营销管理平台</span><br>
|
|
|
- <small>MEIDA-MANAGE-SYSTEM</small>
|
|
|
+ <span>多三边营销管理平台</span><br>
|
|
|
+ <small>DUOSANBIAN-MANAGE-SYSTEM</small>
|
|
|
</div>
|
|
|
<div class="login-form">
|
|
|
<h4 class="title">登录</h4>
|
|
@@ -162,7 +162,7 @@ export default {
|
|
|
sessionStorage.setItem('account_list', JSON.stringify(res.account_list))
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
} else {
|
|
|
this.$notify({
|
|
|
title: '失败',
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
})
|
|
|
if (res.code === 1) {
|
|
|
// return console.log(res.account_list[0]);
|
|
|
-
|
|
|
+
|
|
|
if (res.account_list[0].status != 'ACTIVE') {
|
|
|
this.$notify({
|
|
|
title:'提示',
|
|
@@ -261,4 +261,4 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|