jiangping
2024-12-30 3af254f1b36e7722673fcebe110da524b276105c
pda/pages/index/index.vue
@@ -46,7 +46,12 @@
    }
  },
  onLoad() {
      const token = uni.getStorageSync('token')
      if(!token){
         uni.redirectTo({
            url: '/pages/index/login'
         })
      }
  },
  methods: {
      loginout() {