vue-join-dialog
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -5,2 +5,3 @@ // 会员单位申请 | ||
const isProduction = process.env.VUE_APP_NAME === "production"; | ||
const isPre = process.env.VUE_APP_NAME === "pre"; | ||
@@ -17,2 +18,7 @@ let url//会员中心 | ||
mUrl = 'https://gateway.shigongbang.com/sgb-meta-design' | ||
}else if (isPre) { | ||
url = 'https://api.jingyingbang.net/memberCenter' | ||
hyUrl = 'https://api.jingyingbang.net/sgb-member' | ||
zcUrl = 'https://api.jingyingbang.net/sgb-zhaocai' | ||
mUrl = 'https://api.jingyingbang.net/sgb-meta-design' | ||
} else { | ||
@@ -19,0 +25,0 @@ url = 'https://api.sgbwl.com/memberCenter' |
const isProduction = process.env.VUE_APP_NAME === "production"; | ||
const isPre = process.env.VUE_APP_NAME === "pre"; | ||
@@ -9,2 +10,5 @@ let url;//个人中心 | ||
hyUrl = "https://vip.jingyingbang.com"; | ||
} else if (isPre) { | ||
url = "https://shangpin.jingyingbang.net"; | ||
hyUrl = "https://vip.jingyingbang.net"; | ||
} else { | ||
@@ -11,0 +15,0 @@ url = "https://dev.gcw.net"; |
{ | ||
"name": "vue-join-dialog", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10644
56
3