n20-common-lib 2.3.1 → 2.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -429,7 +429,8 @@ export default {
429
429
  if (checkCert) {
430
430
  this.loadingAdd()
431
431
  let { getSign } = await import('../../plugins/Sign')
432
- let signPro = getSign(username + userDn, userDn)
432
+ let signVersion = process.env.VUE_APP_NetSign_VERSION || window.VUE_APP_NetSign_VERSION
433
+ let signPro = getSign(username + userDn, userDn, signVersion)
433
434
 
434
435
  uDnPro.catch(this.getImgCode)
435
436
  sign = await signPro