Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

call.js 270B

12345678910111213141516
  1. import request from '@/utils/request'
  2. export function getQueue() {
  3. return request({
  4. url: '/api/queue/get',
  5. method: 'get'
  6. })
  7. }
  8. export function changeQueue(params) {
  9. return request({
  10. url: '/api/queue/update',
  11. method: 'get',
  12. params:params
  13. })
  14. }