ludc
2024-02-04 934e4fe65e724e38f62fca7e4f1ee66ec95d04ac
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',
  })
}