n20-common-lib 2.8.22 → 2.8.23

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.8.22",
3
+ "version": "2.8.23",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -121,6 +121,7 @@ export async function getSign(plain, dn) {
121
121
  await MessageBox.prompt('请输入PIN码', '提示', {
122
122
  confirmButtonText: '确定',
123
123
  cancelButtonText: '取消',
124
+ closeOnClickModal: false,
124
125
  inputType: 'password'
125
126
  }).then(({ value }) => {
126
127
  return performSign(plainText, value).then((signedData) => {
@@ -120,8 +120,8 @@ export async function getSign(plain, dn) {
120
120
  await MessageBox.prompt('请输入PIN码', '提示', {
121
121
  confirmButtonText: '确定',
122
122
  cancelButtonText: '取消',
123
- inputType: 'password',
124
- zIndex: 99999
123
+ closeOnClickModal: false,
124
+ inputType: 'password'
125
125
  }).then(({ value }) => {
126
126
  return performSign(plainText, value).then((signedData) => {
127
127
  answer = signedData