|
|
@ -1,22 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="login"> |
|
|
|
<div style="display:flex;justify-content:space-between;align-items: center;"> |
|
|
|
<div style="padding: 0 60px 0 0"> |
|
|
|
<h3 style="color: #ffffff;font-size: 24px;padding: 0;margin-bottom: 10px"> |
|
|
|
VIVIB RBAC管理后台系统 |
|
|
|
</h3> |
|
|
|
<ul style="margin: 0;color: #ffffff;font-size: 15px;line-height: 25px;padding-left: 20px"> |
|
|
|
<li>Go1.15.x</li> |
|
|
|
<li>Beego2.x</li> |
|
|
|
<li>Mysql8</li> |
|
|
|
<li>Jwt</li> |
|
|
|
<li>Redis</li> |
|
|
|
<li>Vue</li> |
|
|
|
</ul> |
|
|
|
<h3 style="color: #ffffff;"> |
|
|
|
后台地址:https://go.yixiang.co |
|
|
|
</h3> |
|
|
|
</div> |
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" label-position="left" label-width="0px" class="login-form"> |
|
|
|
<h3 class="title"> |
|
|
|
VIVIB后台管理系统-1.0 |
|
|
|