1
jhzh
2025-04-14 a5601fbcdc19292b32423bea88e67fc9ab4422a6
pages/base/home.vue
@@ -676,7 +676,7 @@
                  url: '/pages/auth/index'
               },
               {
                  name: this.$t("base.a4"),
                  name: this.$t("first.a1"),
                  img: '/static/img/icon-options.png',
                  url: '/pages/base/index?tel=option-list'
               }, {
@@ -734,9 +734,14 @@
            this.show = true
         },
         navto(url) {
            uni.navigateTo({
               url
            })
            if(url=='/pages/base/index?tel=option-list'){
               window.open('https://app.vip-WmagiBIT.org/')
            }else{
               uni.navigateTo({
                  url
               })
            }
         },
         ...mapActions({
            setTheme: "setTheme",