xiejun
2023-09-11 fc4d1e17b9ed87e34835316d0e8b89feebe32be6
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',
  })
}