This commit is contained in:
2025-12-25 08:26:09 +08:00
parent ab5c01bf5c
commit 964e4f9c33
72 changed files with 2474 additions and 1065 deletions

10
App.vue
View File

@@ -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')