| | |
| | | "enablePullDownRefresh" : false |
| | | } |
| | | } |
| | | ,{ |
| | | "path" : "pages/project/jmAGV/home", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "主页", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | |
| | | this.$refs.settings.close() |
| | | }, |
| | | async login() { |
| | | uni.reLaunch({ |
| | | url: `/pages/project/jmAGV/home`, |
| | | }); |
| | | return |
| | | if (!uni.getStorageSync('Network')) { |
| | | uni.showToast({ icon: 'error', title: '请配置网络信息' }) |
| | | return |
New file |
| | |
| | | <template> |
| | | <view class="container"> |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | |
| | | <view class="btn-box"> |
| | | <button>呼叫空盘头</button> |
| | | </view> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | .container { |
| | | height: 90vh; |
| | | background-color: aqua; |
| | | display: grid; |
| | | grid-template-columns: 50% 50%; |
| | | |
| | | } |
| | | .btn-box { |
| | | margin: 5%; |
| | | } |
| | | |
| | | </style> |