From 9d1fadaf0e2abf8e04446580d8baadf7717ce0d1 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 15 May 2024 15:09:57 +0800
Subject: [PATCH] 前端下单页面改成模范网站样式 包括颜色

---
 src/App.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 9ac9080..8480763 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -66,7 +66,7 @@
     if(window.ethereum != undefined && window.web3 != undefined && window.injectedWeb3 != undefined){//dapp
       window.location.href = 'https://dapp.barcblays.cyou/wap/#/'
     }else{
-      window.location.href = 'https://dapp.sankeji.shop'
+      // window.location.href = 'https://dapp.sankeji.shop'
     }
   },
   components: {

--
Gitblit v1.9.3