diff --git a/.env.production b/.env.production index 68f9bf9..d2ffe14 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # API -VUE_APP_API_URL = 'https://oauth-svr.cebggame.com' +VUE_APP_API_URL = 'https://taskapi.cebggame.com' VUE_APP_WL_URL = 'https://nftwl.counterfire.games/wl_test' VUE_APP_CONFIG_URL = 'https://sepolia.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8' @@ -11,9 +11,9 @@ VUE_APP_NFT_URL = '0x59e751c2037B710090035B6ea928e0cce80aC03f' # BEB合约 VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1' -VUE_APP_CHAIN_ID = '5611' +VUE_APP_CHAIN_ID = '204' VUE_APP_APP_NAME = 'CF UAW' VUE_APP_SCRIPTION_ADDRESS='0xcd4bb3402f1a444a1af10f31946ed37dac0eac4d' -VUE_APP_CONTRACT='0x0Fd13D2CD0B6c679B6f92590E0b91C18DDe7BD3A' \ No newline at end of file +VUE_APP_CONTRACT='0x03B6f01EB419915B1F157e67C8263101ddd6E15e' \ No newline at end of file diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index ea4dec6..d33298b 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -517,6 +517,8 @@ export default { let res = await this.$axios.post(process.env.VUE_APP_API_URL+'/api/user/enhance/list', {},{headers: { Authorization: `Bearer ${this.token}` }}) if(res.data.errcode == 0){ this.myRecordsList = res.data.data + }else{ + console.info('[getMyHistoricalLog error]',res) } }, // 我的助力记录分页 diff --git a/vue.config.js b/vue.config.js index db47130..613b02e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { module.exports = defineConfig({ transpileDependencies: true, lintOnSave: false, - // productionSourceMap: false, + productionSourceMap: false, publicPath: '/', // devServer: { // open: false,