n20-common-lib 2.14.23 → 2.15.1
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
|
@@ -82,7 +82,6 @@ export async function getSign(plain, dn = getDN()) {
|
|
|
82
82
|
// 获取PIN码并执行签名
|
|
83
83
|
try {
|
|
84
84
|
const { value: pin } = await MessageBox.prompt('请输入PIN码', '提示', {
|
|
85
|
-
zIndex: 1,
|
|
86
85
|
confirmButtonText: '确定',
|
|
87
86
|
cancelButtonText: '取消',
|
|
88
87
|
closeOnClickModal: false,
|
|
@@ -153,8 +152,8 @@ export async function getCertInfo(dn) {
|
|
|
153
152
|
// 检测dn是否匹配
|
|
154
153
|
if (indexDn === -1) {
|
|
155
154
|
console.log(DNList)
|
|
156
|
-
Message.error('当前Ukey不匹配!')
|
|
157
|
-
resolve(
|
|
155
|
+
// Message.error('当前Ukey不匹配!')
|
|
156
|
+
resolve({ Container, Application })
|
|
158
157
|
} else {
|
|
159
158
|
resolve({ Container, Application })
|
|
160
159
|
}
|