search

Home  >  Q&A  >  body text

middleware - laravel middleware issues

As shown in the picture above, why does the route pointed by the arrow not enter the vue middleware, but the above route can enter? How to solve this? Waiting online

淡淡烟草味淡淡烟草味2827 days ago456

reply all(2)I'll reply

  • 阿神

    阿神2017-05-16 16:50:47

    The problem has been solved. Just change the following code to this. It’s really cheating

    exit(json_encode($a));

    changed to:

    return $a;

    reply
    0
  • 黄舟

    黄舟2017-05-16 16:50:47

    There will be subsequent code execution after return in laravel's controller.

    reply
    0
  • Cancelreply