zhangxp
2023-06-21 70d3ac7bb6aa7f68309b2a6f77eca8ab52190dbd
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',
  })
}