| | |
| | | <search class="avue-view" v-show="isSearch"></search> |
| | | </transition> |
| | | <!-- 主体视图层 --> |
| | | <div style="height:100%;overflow-y:auto;overflow-x:hidden;" id="avue-view" v-show="!isSearch"> |
| | | <div style="height:100%;overflow-y:auto;overflow-x:hidden;padding-bottom: 38px;box-sizing: border-box" id="avue-view" v-show="!isSearch"> |
| | | <keep-alive> |
| | | <router-view class="avue-view" v-if="$route.meta.keepAlive"/> |
| | | </keep-alive> |
| | |
| | | |
| | | created() { |
| | | //实时检测刷新token |
| | | this.refreshToken(); |
| | | //this.refreshToken(); |
| | | |
| | | }, |
| | | mounted() { |
| | |
| | | <style lang="scss"> |
| | | #avue-view > .avue-view{ |
| | | height: 100%; |
| | | padding: 0 6px !important; |
| | | padding: 0 !important; |
| | | } |
| | | </style> |