syntax error: unexpected token <

后端 未结 15 2201
一整个雨季
一整个雨季 2020-11-29 02:20

I\'ve tried many things and there\'s no way, always appears this error I tried to use only one option to see if passed, changed the call of jquery, but not.

I looked

15条回答
  •  孤独总比滥情好
    2020-11-29 03:02

    I suspect one of your scripts includes a source map URL. (Minified jQuery contains a reference to a source map, for example.)

    When you open the Chrome developer tools, Chrome will try to fetch the source map from the URL to aid debugging. However, the source map does not actually exist on your server, but you are instead sent a regular 404 page containing HTML.

提交回复
热议问题