xiejun
2023-08-29 a28075c184ffb2e9853233b7b66e3697e6b3f0b6
Source/UBCS-WEB/src/api/system/passwords.js
@@ -49,3 +49,10 @@
    }
  })
}
export const combination = () => {
  return request({
    url: '/api/ubcs-system/combination/select',
    method: 'get',
  })
}