New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-join-dialog

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-join-dialog - npm Package Compare versions

Comparing version 1.0.39 to 1.0.40

1

api.js

@@ -8,3 +8,2 @@ // 会员单位申请

const isPre = environment === "pre";
// console.log(window)
let netHref = window && window.location && window.location.href || ''

@@ -11,0 +10,0 @@

7

link.js

@@ -6,3 +6,3 @@

const isPre = environment === "pre";
let netHref = window && window.location && window.location.href || ''
let url;//个人中心

@@ -17,2 +17,5 @@ let hyUrl; //会员

hyUrl = "https://vip.jingyingbang.net";
} else if (netHref.indexOf('jybtech.cn') != -1) {
url = "https://dev.jybtech.cn";
hyUrl = "https://vip.jybtech.cn";
} else {

@@ -25,5 +28,5 @@ url = "https://dev.gcw.net";

toComDetail: (no) => window.open(url + "/company?companyNo=" + no),//跳转企业详情
toJoinInfo: ({no,personal,type,isApproval,processNo}) => window.location.href = (`${hyUrl}/joinInfo?no=${no}&personal=${personal}&type=${type}&isApproval=${isApproval}`),//跳转申请邀请
toJoinInfo: ({ no, personal, type, isApproval, processNo }) => window.location.href = (`${hyUrl}/joinInfo?no=${no}&personal=${personal}&type=${type}&isApproval=${isApproval}`),//跳转申请邀请
};
export default link;
{
"name": "vue-join-dialog",
"version": "1.0.39",
"version": "1.0.40",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc