xiejun
2023-08-24 13f6f43f9ab90636bd6a1c374df6e213eff37fc1
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',
  })
}