vue-join-dialog
Advanced tools
Comparing version 1.0.10 to 1.0.11
// 会员单位申请 | ||
import request from '@/http' | ||
const isPro = window.location.origin.slice(-3) === 'com' | ||
const isProduction = process.env.NODE_NAME === "production"; | ||
@@ -11,3 +11,3 @@ let url//会员中心 | ||
if (isPro) { | ||
if (isProduction) { | ||
url = 'https://gateway.shigongbang.com/memberCenter' | ||
@@ -14,0 +14,0 @@ hyUrl = 'https://gateway.shigongbang.com/sgb-member' |
@@ -1,2 +0,2 @@ | ||
const isPro = window.location.origin.slice(-3) === 'com' | ||
const isProduction = process.env.NODE_NAME === "production"; | ||
@@ -6,3 +6,3 @@ let url;//个人中心 | ||
if (isPro) { | ||
if (isProduction) { | ||
url = "https://shangpin.jingyingbang.com"; | ||
@@ -9,0 +9,0 @@ hyUrl = "https://vip.jingyingbang.com"; |
{ | ||
"name": "vue-join-dialog", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
10192
2