更换正式服合约地址、去除打包Map文件、
This commit is contained in:
parent
7ed3911a9c
commit
6faa71cba5
@ -1,5 +1,5 @@
|
|||||||
# API
|
# 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_WL_URL = 'https://nftwl.counterfire.games/wl_test'
|
||||||
VUE_APP_CONFIG_URL = 'https://sepolia.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8'
|
VUE_APP_CONFIG_URL = 'https://sepolia.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8'
|
||||||
|
|
||||||
@ -11,9 +11,9 @@ VUE_APP_NFT_URL = '0x59e751c2037B710090035B6ea928e0cce80aC03f'
|
|||||||
# BEB合约
|
# BEB合约
|
||||||
VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1'
|
VUE_APP_BEB_URL = '0x1304E6AA241eE3C9ea44Db9e593e85Ae76eC41F1'
|
||||||
|
|
||||||
VUE_APP_CHAIN_ID = '5611'
|
VUE_APP_CHAIN_ID = '204'
|
||||||
|
|
||||||
VUE_APP_APP_NAME = 'CF UAW'
|
VUE_APP_APP_NAME = 'CF UAW'
|
||||||
|
|
||||||
VUE_APP_SCRIPTION_ADDRESS='0xcd4bb3402f1a444a1af10f31946ed37dac0eac4d'
|
VUE_APP_SCRIPTION_ADDRESS='0xcd4bb3402f1a444a1af10f31946ed37dac0eac4d'
|
||||||
VUE_APP_CONTRACT='0x0Fd13D2CD0B6c679B6f92590E0b91C18DDe7BD3A'
|
VUE_APP_CONTRACT='0x03B6f01EB419915B1F157e67C8263101ddd6E15e'
|
@ -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}` }})
|
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){
|
if(res.data.errcode == 0){
|
||||||
this.myRecordsList = res.data.data
|
this.myRecordsList = res.data.data
|
||||||
|
}else{
|
||||||
|
console.info('[getMyHistoricalLog error]',res)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 我的助力记录分页
|
// 我的助力记录分页
|
||||||
|
@ -7,7 +7,7 @@ function resolve(dir) {
|
|||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true,
|
transpileDependencies: true,
|
||||||
lintOnSave: false,
|
lintOnSave: false,
|
||||||
// productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
publicPath: '/',
|
publicPath: '/',
|
||||||
// devServer: {
|
// devServer: {
|
||||||
// open: false,
|
// open: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user