mirror of https://github.com/halo-dev/halo-admin
refactor: install page. (#98)
parent
a5a999bda2
commit
b7ff9232ff
|
@ -174,13 +174,13 @@
|
|||
>上一步</a-button>
|
||||
<a-button
|
||||
type="primary"
|
||||
v-if="stepCurrent != 2"
|
||||
v-if="stepCurrent != 1"
|
||||
@click="handleNextStep"
|
||||
>下一步</a-button>
|
||||
</div>
|
||||
<a-button
|
||||
v-if="stepCurrent == 2"
|
||||
type="danger"
|
||||
v-if="stepCurrent == 1"
|
||||
type="primary"
|
||||
icon="upload"
|
||||
@click="handleInstall"
|
||||
>安装</a-button>
|
||||
|
|
Loading…
Reference in New Issue