导航去掉loading

This commit is contained in:
HelloWorld 2020-04-04 21:50:16 +08:00
parent 3be11b386e
commit 53deb270c4
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ app/
config.development.js config.development.js
adapter.development.js adapter.development.js
package-lock.json package-lock.json
yarn.lock

View File

@ -1,3 +1,3 @@
<div class="ui massive active text centered inline loader" ng-class="{active:loadBusy, disabled:!loadBusy}"> <div class="ui massive active text centered inline loader">
正在开发中... 正在开发中...
</div> </div>