xiejun
2023-09-05 ce5dce2d7f6eefbbe863d99e8adfa5d4ed5e229a
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',
  })
}