ludc
2023-11-08 cd5a0765ea6a842852e460cc1bde6ad2b2fd6e93
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',
  })
}