xiejun
2023-11-27 f817fc02cdce69d7f2f014b71e4d0e3b5f1ba455
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',
  })
}