作者:H一直都在好麼 | 来源:互联网 | 2023-09-13 17:00
使用laravel-mix编译后打开页面报错如下:UncaughtTypeError:CannotreadpropertycsrfTokenofundefinedatObject.
使用laravel-mix编译后打开页面报错如下:
Uncaught TypeError: Cannot read property 'csrfToken' of undefined
at Object. (app.3df1225….js:27701)
at __webpack_require__ (app.3df1225….js:20)
at Object. (app.3df1225….js:971)
at __webpack_require__ (app.3df1225….js:20)
at Object. (app.3df1225….js:27722)
at __webpack_require__ (app.3df1225….js:20)
at app.3df1225….js:66
at app.3df1225….js:69
按照github上作者的说法, 在view 中添加如下代码即可: