|
@@ -40,7 +40,7 @@
|
|
|
<button type="button" class="btn" @click="handleLogin()">立即登录</button>
|
|
|
</div>
|
|
|
<div class="tips">
|
|
|
- <span>Copyright © 2020-2024 <a target="_blank" href="https://www.fuint.cn">fuint.cn</a> 延禾技术 All Rights Reserved.</span>
|
|
|
+ <!-- <span>Copyright © 2020-2024 <a target="_blank" href="https://www.fuint.cn">fuint.cn</a> 延禾技术 All Rights Reserved.</span> -->
|
|
|
</div>
|
|
|
</el-form>
|
|
|
</div>
|
|
@@ -98,7 +98,7 @@ export default {
|
|
|
login(app.loginForm).then(() => {
|
|
|
app.loading = false;
|
|
|
console.log('登录成功了!');
|
|
|
- app.$router.push({ path: "/" }).catch(()=>{});
|
|
|
+ app.$router.push({ path: "/cashier" }).catch(()=>{});
|
|
|
router.push({ path: "/" }).catch((err) => {
|
|
|
console.log('跳转失败...', err);
|
|
|
});
|
|
@@ -122,7 +122,7 @@ $primary-color: #a9b1b8; // 主色调,蓝色
|
|
|
$secondary-color: #eabc48; // 次色调,深蓝色
|
|
|
$light-gray: #f5f5f5; // 浅灰色
|
|
|
$dark-gray: #9f8787; // 深灰色
|
|
|
-$background-color: #c37a7a; // 背景色,灰色
|
|
|
+$background-color: #161212; // 背景色,灰色
|
|
|
|
|
|
/* reset element-ui css */
|
|
|
.login-container {
|
|
@@ -174,7 +174,7 @@ $background-color: #c37a7a; // 背景色,灰色
|
|
|
margin: 150px auto;
|
|
|
align-items: center;
|
|
|
color: white;
|
|
|
- background-color: rgba(255, 255, 255, 0.1);
|
|
|
+ background-color: rgba(63, 63, 63, 0.373);
|
|
|
border-radius: 10px;
|
|
|
|
|
|
.login-btn {
|
|
@@ -213,13 +213,15 @@ $background-color: #c37a7a; // 背景色,灰色
|
|
|
}
|
|
|
}
|
|
|
.login-code {
|
|
|
- width: 100px;
|
|
|
- height: 48px;
|
|
|
+ // width: 100px;
|
|
|
+ height: 100%;
|
|
|
float: right;
|
|
|
img {
|
|
|
cursor: pointer;
|
|
|
vertical-align: middle;
|
|
|
height: 48px;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
border-radius: 1px;
|
|
|
}
|
|
|
}
|