feat/task1-c-wallet
devil_gong 2019-03-27 09:54:44 +08:00
parent 1c742961a0
commit 0c41f6bdfd
3 changed files with 6 additions and 6 deletions

View File

@ -79,7 +79,7 @@
</div>
</div>
<div class="am-form-group agree ongoing-button">
<div class="am-form-group aam-form-group-refreshing gree ongoing-button">
<a href="{{:MyUrl('install/index/check')}}" class="am-btn am-btn-secondary am-radius">上一步</a>
<button type="submit" class="am-btn am-btn-success am-radius btn-loading-example" data-am-loading="{spinner:'circle-o-notch', loadingText:'安装中...'}">确认</button>
</div>

View File

@ -19,7 +19,7 @@ return [
// 应用地址
'app_host' => '',
// 应用调试模式
'app_debug' => true,
'app_debug' => false,
// 应用Trace
'app_trace' => false,
// 是否支持多模块

File diff suppressed because one or more lines are too long