yuxc
2023-09-22 b21a75be9e6805d63b7f06e78b1b99c114b7b8c6
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',
  })
}