mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-07 17:32:25 +08:00
调整ui
This commit is contained in:
10
App.vue
10
App.vue
@@ -1,14 +1,10 @@
|
||||
<script>
|
||||
export default {
|
||||
globalData: {
|
||||
indexParam: null
|
||||
},
|
||||
onLaunch: function() {
|
||||
console.log('App Launch')
|
||||
Vue.prototype.$checkAuth = () => {
|
||||
if (!uni.getStorageSync('vuex_token')) {
|
||||
uni.$emit("needLogin")
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
},
|
||||
onShow: function() {
|
||||
console.log('App Show')
|
||||
|
||||
Reference in New Issue
Block a user