| | |
| | | // 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" // 图片上传 |
| | | } |
| | |
| | | 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); |
| | |
| | | Vue.filter(key, filters[key]); |
| | | }); |
| | | Object.keys(allocation).forEach(key => { |
| | | console.log(allocation, "===="); |
| | | Vue.prototype[key] = allocation[key]; |
| | | }); |
| | | Vue.prototype.$state = state; |
| | |
| | | </template> |
| | | </van-tab> |
| | | </van-tabs> |
| | | <div v-if="active == ''"> |
| | | <div v-if="active == 'zx'"> |
| | | <van-tabs |
| | | :active="zxactive" |
| | | line-width="15px" |
| | |
| | | |
| | | <script> |
| | | import dataList from "./data.list.vue"; |
| | | |
| | | export default { |
| | | components: { dataList }, |
| | | mounted() { |