jiangping
2024-12-26 6c5165f73c90fbd4e22e4f9a39497b5a25ee37f9
h5/App.vue
@@ -1,8 +1,14 @@
<script>
import { wxAuthorize, refreshToken } from '@/api'
import { wxAuthorize, refreshToken, app_url } from '@/api'
export default {
  onLaunch: function () {
    window.addEventListener("popstate", (event) => {
         const path = this.$route.fullPath
       if(path == '/pages/login/login' || path == '/'){
            window.location.href = app_url
         }
    })
      console.log('onLaunch')
  },
  onShow: function () {
    console.log('App Show')
@@ -140,6 +146,9 @@
  color: #999999 !important;
  font-size: 28rpx;
}
.placeholder3{
   color: #333333 !important;
}
.red{
   color: red !important;
}