From a5601fbcdc19292b32423bea88e67fc9ab4422a6 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 14 Apr 2025 09:47:38 +0800
Subject: [PATCH] 1
---
pages/base/home.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/pages/base/home.vue b/pages/base/home.vue
index 07862d6..4f288bc 100644
--- a/pages/base/home.vue
+++ b/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",
--
Gitblit v1.9.3