1
jhzh
2025-06-05 bcf817f20ede9ccaf9bfb704816a0f8f0e4cb944
1
2 files modified
12 ■■■■ changed files
src/page/userCenter/index.vue 10 ●●●● patch | view | raw | blame | history
src/page/userCenter/listBox.vue 2 ●●● patch | view | raw | blame | history
src/page/userCenter/index.vue
@@ -119,11 +119,11 @@
          icon: require("@/assets/image/userCenter/about.png"),
          url: "/TermsOfService",
        },
        // {
        //   name: this.$t("下载APP"),
        //   icon: require("@/assets/image/logo.png"),
        //   url: "/",
        // },
        {
          name: this.$t("下载APP"),
          icon: require("@/assets/image/logo.png"),
          url: "/",
        },
      ],
      safeList: [
          {
src/page/userCenter/listBox.vue
@@ -53,7 +53,7 @@
            }else if(url=='/TermsOfService'){
                window.location.href = 'https://aorbital7.com/';
            }else if(url=='/'){
                window.location.href = 'https://app.aorbital7.com/';
                window.location.href = 'https://app.coinmamaxs.net/';
            }else{
                this.$router.push(url);
            }