Fix installation bug

pull/9/head
johnniang 2019-04-29 19:28:34 +08:00
parent fe38230c97
commit 54e9372d79
2 changed files with 15 additions and 3 deletions

View File

@ -275,7 +275,7 @@ export default {
}
// Handle migration
if (this.migrationFile) {
if (this.migrationData) {
recoveryApi.migrate(this.migrationData).then(response => {
this.$log.debug('Migrated successfullly')
this.$message.success('数据迁移成功')

View File

@ -9,7 +9,13 @@
class="animated fadeInUp"
:style="{'animation-delay': '0.1s'}"
>
<a-input placeholder="用户名/邮箱"></a-input>
<a-input placeholder="用户名/邮箱">
<a-icon
slot="prefix"
type="user"
style="color: rgba(0,0,0,.25)"
/>
</a-input>
</a-form-item>
<a-form-item
class="animated fadeInUp"
@ -18,7 +24,13 @@
<a-input
type="password"
placeholder="密码"
></a-input>
>
<a-icon
slot="prefix"
type="lock"
style="color: rgba(0,0,0,.25)"
/>
</a-input>
</a-form-item>
<a-form-item
class="animated fadeInUp"