xiejun
2023-08-02 8b34692ac1b7cf58a1e1ead92b930d9acb9f86f6
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',
  })
}