| | |
| | | #VUE_APP_API_BASE_URL=https://api.zcpzi.com/ |
| | | #VUE_APP_API_BASE_URL=https://api.stockcardsnow.com/ |
| | | |
| | | VUE_APP_API_BASE_URL=https://api.qitiana.cfd/ |
| | | VUE_APP_API_BASE_URL=https://api.bafang.icu/ |
| | |
| | | VUE_APP_PREVIEW=true |
| | | #VUE_APP_API_BASE_URL=https://api.stockcardsnow.com/ |
| | | |
| | | VUE_APP_API_BASE_URL=https://api.qitiana.cfd/ |
| | | VUE_APP_API_BASE_URL=https://api.bafang.icu/ |
| | | # VUE_APP_API_BASE_URL=http://192.168.10.5:8091/ |
| | |
| | | NODE_ENV=production |
| | | VUE_APP_PREVIEW=true |
| | | VUE_APP_API_BASE_URL=https://api.qitiana.cfd/ |
| | | VUE_APP_API_BASE_URL=https://api.bafang.icu/ |
| | |
| | | }, |
| | | methods: { |
| | | getlizhi() { |
| | | axios.get('https://api.qitiana.cfd/saying/get').then(res => { |
| | | axios.get('https://api.bafang.icu/saying/get').then(res => { |
| | | this.lizhidetail = res.data.data |
| | | }) |
| | | }, |