xiejun
2023-09-12 454c4109aa2a8b5bd7340ac0e1cf5baa26fa96e5
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',
  })
}