wangting
2023-08-09 b528c18cd53f2aa0c2ae4bafe89a7d68482e29f8
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',
  })
}