From c399e61d01b33d62a737c911f1d473f93cf3ca2e Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 18 Mar 2025 11:36:41 +0800
Subject: [PATCH] 11
---
.env.development | 2 +-
.gitignore | 1 +
vue.config.js | 2 +-
src/page/home.vue | 4 ++--
.env.preview | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.env.development b/.env.development
index 31878c3..1209368 100644
--- a/.env.development
+++ b/.env.development
@@ -7,7 +7,7 @@
VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ"
VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg"
# VUE_APP_API_BASE_URL=bingx.zqbom.com
-VUE_APP_API_BASE_URL=csjys.gayssad.com
+VUE_APP_API_BASE_URL=btc.decentralization-blockchain.com
# VUE_APP_API_BASE_URL=app.usdtone.com
# VUE_APP_API_BASE_URL=192.168.0.105:8080
\ No newline at end of file
diff --git a/.env.preview b/.env.preview
index a1876a9..d878583 100644
--- a/.env.preview
+++ b/.env.preview
@@ -7,6 +7,6 @@
VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ"
VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg"
# VUE_APP_API_BASE_URL=alokexs.com
-VUE_APP_API_BASE_URL=csjys.gayssad.com
+VUE_APP_API_BASE_URL=btc.decentralization-blockchain.com
diff --git a/.gitignore b/.gitignore
index 4cb4082..73548bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
dist/
node_modules/.bin/eslint.cmd
node_modules/
+dist.rar
diff --git a/src/page/home.vue b/src/page/home.vue
index 0f44d02..872beaf 100644
--- a/src/page/home.vue
+++ b/src/page/home.vue
@@ -77,7 +77,7 @@
</van-button>
</div>
</van-popup> -->
- <van-popup
+ <!-- <van-popup
v-model="isshow"
style="border-radius: 10px"
@@ -103,7 +103,7 @@
{{ $t("ζη₯ιδΊ") }}
</van-button>
</div>
- </van-popup>
+ </van-popup> -->
</div>
</template>
<script>
diff --git a/vue.config.js b/vue.config.js
index a718a88..30bc35b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -54,4 +54,4 @@
},
}
});
-module.exports.publicPath = "/dadi/";
\ No newline at end of file
+// module.exports.publicPath = "/dadi/";
\ No newline at end of file
--
Gitblit v1.9.3