From fc5ec7167a7d371d2cd945656bb63c7b5267a6c7 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 15:24:17 +0800
Subject: [PATCH] build:preview
---
src/page/list/tradingList/tabs.vue | 3 +--
src/main.js | 3 ---
src/axios/api.url.js | 6 +++---
3 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 7feca77..6a99e5c 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -1,15 +1,15 @@
// const ENV = process.env.NODE_ENV
export default {
- DOMAIN: "https://api.3falcon.com/",
+ DOMAIN: "https://api.marwadi.online/",
// baseURL: ENV == 'development'?'https://api.guosen.org/':'https://api.guosen.org/',
// baseURL: 'http://localhost:8070',
/* Util API */
// baseURL: '/',
// baseURL: 'http://www.jumptalk.net:8091',
// 0311
- // baseURL: "https://api.3falcon.com/",
+ baseURL: "https://api.marwadi.online/",
// 本地
- baseURL: "http://192.168.0.109:8091/",
+ // baseURL: "http://192.168.0.109:8091/",
util: {
image: "/util/image.html" // 图片上传
}
diff --git a/src/main.js b/src/main.js
index 3ab0041..b1b15de 100644
--- a/src/main.js
+++ b/src/main.js
@@ -41,8 +41,6 @@
import echarts from "echarts";
Vue.prototype.$echarts = echarts;
-Vue.prototype.$USD = allocation.$USD;
-Vue.prototype.$USDT = allocation.$USDT;
Vue.prototype.$moment = moment;
// import VueTouch from 'vue-touch'
Vue.use(Swipe);
@@ -74,7 +72,6 @@
Vue.filter(key, filters[key]);
});
Object.keys(allocation).forEach(key => {
- console.log(allocation, "====");
Vue.prototype[key] = allocation[key];
});
Vue.prototype.$state = state;
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index ff4e5a9..88a7cf4 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -11,7 +11,7 @@
</template>
</van-tab>
</van-tabs>
- <div v-if="active == ''">
+ <div v-if="active == 'zx'">
<van-tabs
:active="zxactive"
line-width="15px"
@@ -41,7 +41,6 @@
<script>
import dataList from "./data.list.vue";
-
export default {
components: { dataList },
mounted() {
--
Gitblit v1.9.3