xiejun
2023-06-15 60d2f4eb6b6f91e3b32bf49ab60e37b4faf08f0c
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',
  })
}