Browse Source

add

dev_YWQ
HolyKnightIX 1 year ago
parent
commit
9aaf01c726
2 changed files with 2 additions and 4 deletions
  1. +0
    -2
      src/types/components.d.ts
  2. +2
    -2
      src/views/mangage/keyCheck.vue

+ 0
- 2
src/types/components.d.ts View File

@@ -18,8 +18,6 @@ declare module '@vue/runtime-core' {
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']


+ 2
- 2
src/views/mangage/keyCheck.vue View File

@@ -126,8 +126,8 @@ const getKeyFunc = async () => {
keyStatus.value = res.data.status;
name.value = res.data.name;

const len = signKey.value.length;
const lenII = signKey.value.length;
const len = appId.value.length;
const lenII = appKey.value.length;
const lenIII = signKey.value.length;

let code = "";


Loading…
Cancel
Save