From da088d70f3c1b5d16f2a3eef548191c778e3fe99 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 23 Jan 2025 01:17:45 +0800
Subject: [PATCH] 11
---
.env.development | 2
.idea/vcs.xml | 6 +++
.gitignore | 4 ++
dadi.rar | 0
vue.config.js | 7 ++-
src/page/home.vue | 37 +++++++++++++++++-
.env.preview | 4 +-
交易所演示.rar | 0
.idea/XINBI.iml | 12 ++++++
紫色ui.rar | 0
10 files changed, 64 insertions(+), 8 deletions(-)
diff --git a/.env.development b/.env.development
index e3f2d0f..31878c3 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=alokexs.com
+VUE_APP_API_BASE_URL=csjys.gayssad.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 af61a41..a1876a9 100644
--- a/.env.preview
+++ b/.env.preview
@@ -6,7 +6,7 @@
VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47"
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=alokexs.com
+VUE_APP_API_BASE_URL=csjys.gayssad.com
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4cb4082
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.name
+dist/
+node_modules/.bin/eslint.cmd
+node_modules/
diff --git a/.idea/XINBI.iml b/.idea/XINBI.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.idea/XINBI.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$">
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file
diff --git a/dadi.rar b/dadi.rar
new file mode 100644
index 0000000..ea954a3
--- /dev/null
+++ b/dadi.rar
Binary files differ
diff --git a/src/page/home.vue b/src/page/home.vue
index 125b30a..0f44d02 100644
--- a/src/page/home.vue
+++ b/src/page/home.vue
@@ -46,7 +46,7 @@
</div>
<list-quatation :listData="qList" @listSort="listSort"/>
<!-- <div class="addBox" v-show="showSave&&false" @click="closeSaveBox">-->
- <div class="addBox" v-show="false" @click="closeSaveBox">
+ <!-- <div class="addBox" v-show="false" @click="closeSaveBox">
<div class="add">
<div class="font-26">
<div class="flex flex-col">
@@ -62,7 +62,7 @@
<img class="closeAdd w-40 h-40" src="../assets/image/icon-close.png" alt="">
<div class="jiao"></div>
</div>
- </div>
+ </div> -->
</div>
<!-- <van-popup v-model="item.showPopUp" style="border-radius:10px;" :close-on-click-overlay="false"
v-for="item in popupNewsList" :key="item.id">
@@ -77,6 +77,33 @@
</van-button>
</div>
</van-popup> -->
+ <van-popup
+ v-model="isshow"
+ style="border-radius: 10px"
+
+ >
+ <div class="w-600 p-50 box-border">
+ <div class="font-700 text-center font-36 textColor">
+ 提示
+ </div>
+ <div class="flex justify-center " >
+ </div>
+ <div class="py-36 textColor" >此项目均为吉星科技出品认准技术✈️号:
+ <div >商务2:@jixingkj05</div>
+ <div >商务3: @xuyuankeji02</div>
+ <div>非我司认准均为骗子,禁止盗用我司演示,谨防受骗上当!</div>
+ </div>
+
+ <van-button
+ color="#1D91FF"
+ class="w-full h-80 rounded-full"
+ type="info"
+ @click="closeclick"
+ >
+ {{ $t("我知道了") }}
+ </van-button>
+ </div>
+ </van-popup>
</div>
</template>
<script>
@@ -127,6 +154,7 @@
arr.push({id: i})
}
return {
+ isshow:true,
currentSwitch: 1,
switchBtns: ['ETL', '数字货币', '外汇', '期权'],
BASE_URL,
@@ -158,6 +186,9 @@
//console.log('\n *** \n'+unread_num*1+'\n *** \n')
})
},
+ closeclick(){
+ this.isshow = false
+ },
wk() {
this.$toast(this.$t('敬请期待'))
},
@@ -246,6 +277,8 @@
Axios._getNewsList1({
language: this.$i18n.locale,
}).then(res => {
+ this.announceList = res.data
+ this.isshow = true
// this.announceList = res.data
})
},
diff --git a/vue.config.js b/vue.config.js
index f1b24ef..a718a88 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -43,14 +43,15 @@
// 服务地址,即你要访问的服务器地址
// target: 'https://good.xinbi.one/wap/',
target: 'https://alokexs.com/wap/',
- // 路径重写,将'/user/login'重写为'/login'
+ // 路径重写,将'/user/login'重写为'/login'
+
pathRewrite: {
'^/wap/api': ''
},
// 所有信息都在命令行工具打印
logLevel: 'debug'
},
- },
+ },
}
});
-// module.exports.publicPath = "/dadi/";
\ No newline at end of file
+module.exports.publicPath = "/dadi/";
\ No newline at end of file
diff --git "a/\344\272\244\346\230\223\346\211\200\346\274\224\347\244\272.rar" "b/\344\272\244\346\230\223\346\211\200\346\274\224\347\244\272.rar"
new file mode 100644
index 0000000..8971897
--- /dev/null
+++ "b/\344\272\244\346\230\223\346\211\200\346\274\224\347\244\272.rar"
Binary files differ
diff --git "a/\347\264\253\350\211\262ui.rar" "b/\347\264\253\350\211\262ui.rar"
new file mode 100644
index 0000000..47d5702
--- /dev/null
+++ "b/\347\264\253\350\211\262ui.rar"
Binary files differ
--
Gitblit v1.9.3