feat: npm部分内容

This commit is contained in:
chenjinsong
2021-07-05 17:40:43 +08:00
parent c35fb070a5
commit c426084934
10 changed files with 251 additions and 156 deletions

View File

@@ -27,7 +27,7 @@
class="inputstyle login__button"
@click="login"
style=" font-size: 16px;"
>登陆</el-button
>{{$t('common.login')}}</el-button
>
</el-form-item>
</el-form>
@@ -38,8 +38,6 @@
<script>
import { mapActions } from 'vuex'
import { post } from '@/utils/http'
import bus from '@/utils/bus'
import { Loading } from 'element-ui'
export default {
name: 'Login',
@@ -119,10 +117,7 @@ export default {
background: #0091ff;
color: #fff;
border-radius: 4px;
border: 0px;
font-family: PingFangSC-Regular;
text-align: left;
line-height: 22px;
border: 0;
font-weight: 400;
text-align: center;
}