bug修改

dev
秦青青 2 years ago
parent 34639d3a77
commit 07b801784d

@ -11,6 +11,7 @@ VUE_APP_AUTH = 'https://api.hrzan.com/auth/'
VUE_APP_POST = 'https://api.hrzan.com/post/' VUE_APP_POST = 'https://api.hrzan.com/post/'
VUE_APP_REMAIN = 'https://api.hrzan.com/remain/' VUE_APP_REMAIN = 'https://api.hrzan.com/remain/'
VUE_APP_URL = 'http://btcx.hrzan.com/#/' VUE_APP_URL = 'http://btcx.hrzan.com/#/'
VUE_APP_NEW_MEMBER = 'https://api.hrzan.com/'
VUE_APP_INFO = 'http://nm.hrzan.com' VUE_APP_INFO = 'http://nm.hrzan.com'
// 判断线上线下 // 判断线上线下
NODE_ENV = 'production' NODE_ENV = 'production'

@ -232,8 +232,8 @@ export default {
try { try {
const url = `${this.$basUrl.newMember}${ const url = `${this.$basUrl.newMember}${
this.platform == "front" this.platform == "front"
? "posthouse-api/member/getMemberInfo" ? "posthouse/member/getMemberInfo"
: "member-api/sysMember/sysMemberInfo" : "memberapi/sysMember/sysMemberInfo"
}`; }`;
const params = { memberId: this.vipID }; const params = { memberId: this.vipID };
const res = await this.$http.get(url, { params: params }); const res = await this.$http.get(url, { params: params });

Loading…
Cancel
Save