ludc
2023-06-20 ded8d1fa55a11be6e5fd4226cadc1fd4bc250d68
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',
  })
}