| .env.development | ●●●●● patch | view | raw | blame | history | |
| .env.preview | ●●●●● patch | view | raw | blame | history | |
| .gitignore | ●●●●● patch | view | raw | blame | history | |
| .idea/XINBI.iml | ●●●●● patch | view | raw | blame | history | |
| .idea/vcs.xml | ●●●●● patch | view | raw | blame | history | |
| dadi.rar | patch | view | raw | blame | history | |
| src/page/home.vue | ●●●●● patch | view | raw | blame | history | |
| vue.config.js | ●●●●● patch | view | raw | blame | history | |
| 交易所演示.rar | patch | view | raw | blame | history | |
| 紫色ui.rar | patch | view | raw | blame | history |
.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 .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 .gitignore
New file @@ -0,0 +1,4 @@ *.name dist/ node_modules/.bin/eslint.cmd node_modules/ .idea/XINBI.iml
New file @@ -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> .idea/vcs.xml
New file @@ -0,0 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="Git" /> </component> </project> dadi.rarBinary files differ
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 }) }, 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/"; module.exports.publicPath = "/dadi/"; 交易所演示.rarBinary files differ
紫色ui.rarBinary files differ