Browse Source

调试跨域

pull/102/head
pengda 4 weeks ago
parent
commit
c00ab6196f
  1. 1
      src/views/agent/home.vue

1
src/views/agent/home.vue

@ -240,6 +240,7 @@ export default {
this.getExpireServices() this.getExpireServices()
this.getWalletList() this.getWalletList()
this.getNoticeList() this.getNoticeList()
console.log('API baseURL:', process.env.VUE_APP_BASE_API);
}, },
methods: { methods: {
getSupplyServiceList() { getSupplyServiceList() {

Loading…
Cancel
Save