导航去掉loading
This commit is contained in:
parent
3be11b386e
commit
53deb270c4
|
|
@ -36,3 +36,4 @@ app/
|
|||
config.development.js
|
||||
adapter.development.js
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue