xiejun
2023-12-06 829bfe3e8376f20f90a4b2361c9a8c3ed0e80d45
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',
  })
}