Commit 77db384c authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-修改请求域名

parent 933ef6d9
......@@ -355,14 +355,14 @@
this.commonApi(34)
this.dialogPayingVisible = false;
if (this.has_amount == 0) {
// getWxConfig({pay_type: 3}).then((res) => {
// console.log(res, "signUpInit");
// if (res.data.code != 200) {
// return this.$message.error(res.data.msg);
// }
// this.$message.success(res.data.err_msg);
// });
this.$emit("getstatus", 6);
getWxConfig({pay_type: 3}).then((res) => {
console.log(res, "signUpInit");
if (res.data.code != 200) {
return this.$message.error(res.data.msg);
}
this.$message.success(res.data.err_msg);
this.$emit("getstatus", 6);
});
} else {
// transfer_account 判断微信支付宝或者银行卡支付
if (this.transfer_account == 0) {
......
......@@ -17,7 +17,12 @@
// export const SERVER_WS_URL = "wss://apiy.thuers.com"; // websocket
// 测试
export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
export const DEVELOPMENT_SERVER_URL = " https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
// export const SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; // 正式环境
// export const DEVELOPMENT_SERVER_URL = "https://tgwapi.campcenter.cn/modules-campsite"; //开发环境
// export const SERVER_WS_URL = "wss://tgwapi.campcenter.cn"; // websocket
// 正式
export const SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; // 正式环境
export const DEVELOPMENT_SERVER_URL = "https://gwapi.campcenter.cn/modules-campsite"; //开发环境
export const SERVER_WS_URL = "wss://gwapi.campcenter.cn"; // websocket
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment