From 0567b5df7f594fcf170627f2921e1eeefe8c80ab Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 27 Feb 2025 14:46:07 +0800
Subject: [PATCH] 1111
---
src/page/home/home.vue | 12 ++++++------
src/page/newUser/index.vue | 4 ++--
src/axios/api.url.js | 9 +++++----
src/assets/img/img_log_home.png | 0
4 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/assets/img/img_log_home.png b/src/assets/img/img_log_home.png
index 12e9547..21815e1 100644
--- a/src/assets/img/img_log_home.png
+++ b/src/assets/img/img_log_home.png
Binary files differ
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 8b46570..34717ee 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,16 +1,17 @@
// const ENV = process.env.NODE_ENV
export default {
// DOMAIN: "https://api.amcfcxn.org/",
- DOMAIN: "https://api.coinbtcs.com/",
+ DOMAIN: "https://api.durocaspitall.com/",
+ // DOMAIN: "https://api.coinbtcs.com/",
// baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
// baseURL: 'http://localhost:8070',
/* Util API */
// baseURL: '/',
- baseURL: 'https://api.coinbtcs.com/',
+ // baseURL: 'https://api.coinbtcs.com/',
// 0311
- // baseURL: "https://api.amcfcxn.org/",
+ baseURL: "https://api.durocaspitall.com/",
// 本地
- // baseURL: "http://192.168.10.7:8091/",
+ // baseURL: "http://192.168.10.5:8091/",
util: {
image: "/util/image.html" // 图片上传
}
diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index ee42d04..814d43f 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -91,7 +91,7 @@
<div class="name">{{ $t("安全") }}</div>
</div>
</li> -->
- <!-- <li @click="aRouter1">
+ <li @click="aRouter1">
<div class="link">
<div class="icon">
<img
@@ -100,7 +100,7 @@
</div>
<div class="name">{{ $t("kf") }}</div>
</div>
- </li> -->
+ </li>
<!-- <li @click="$router.push('/warehouse')">
<div class="link">
<div class="icon">
@@ -186,7 +186,7 @@
</div>
<!-- tab -->
<GoToLogin v-show="isGoTo" />
- <van-popup
+ <!-- <van-popup
v-model="isshow"
style="border-radius: 10px"
@@ -213,7 +213,7 @@
{{ $t("我知道了") }}
</van-button>
</div>
- </van-popup>
+ </van-popup> -->
</div>
</template>
<script>
@@ -352,8 +352,8 @@
// window.open(this.onlineService);
},
aRouter1() {
- window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
- // window.open(this.onlineService);
+ // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
+ window.open(this.onlineService);
},
getdialog() {
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 73a61e8..4f3e26f 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -61,7 +61,7 @@
>{{ $t("提款") }}</van-button
>
</van-col>
- <van-col span="8" style="display: flex; justify-content: center">
+ <!-- <van-col span="8" style="display: flex; justify-content: center">
<van-button
@click="leverShow = true"
class="btn-two"
@@ -69,7 +69,7 @@
>
{{ $t("申请杠杠") }}
</van-button>
- </van-col>
+ </van-col> -->
</van-row>
<van-dialog
--
Gitblit v1.9.3