n20-common-lib 3.2.27 → 3.2.28

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": "3.2.27",
3
+ "version": "3.2.28",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -94,7 +94,7 @@ export async function getSign(p1, p2, p3) {
94
94
  export function getCert(dn) {
95
95
  let signType = window.sessionStorage.getItem('signType')
96
96
  return new Promise((resolve, reject) => {
97
- if (signType === 'inetSign' /* 信安CA */) {
97
+ if (signType === 'inetSign' || signType === 'signV3' /* 信安CA */) {
98
98
  // 是否使用信安3.0版本sdk (默认使用2.0版本)
99
99
  if (window.NetSignVersion === 'signV3') {
100
100
  importG('inetSign', () => import(/*webpackChunkName: "inetSign"*/ './signV3/sign.js')).then(