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>
|
||||||
<a-button
|
<a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
v-if="stepCurrent != 2"
|
v-if="stepCurrent != 1"
|
||||||
@click="handleNextStep"
|
@click="handleNextStep"
|
||||||
>下一步</a-button>
|
>下一步</a-button>
|
||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="stepCurrent == 2"
|
v-if="stepCurrent == 1"
|
||||||
type="danger"
|
type="primary"
|
||||||
icon="upload"
|
icon="upload"
|
||||||
@click="handleInstall"
|
@click="handleInstall"
|
||||||
>安装</a-button>
|
>安装</a-button>
|
||||||
|
|
Loading…
Reference in New Issue