roastapp icon indicating copy to clipboard operation
roastapp copied to clipboard

Laravel学院 Roast 应用源码

Results 4 roastapp issues
Sort by recently updated
recently updated
newest added

安装完成无法显示登录按钮,右下角添加按钮无反应,不知道什么问题?谢谢!

挂历后台无法使用报错未召见login的路由

![image](https://user-images.githubusercontent.com/22536294/48048924-0487e300-e1d8-11e8-806f-0bff2a3c1b5b.png) 解决方法 ![image](https://user-images.githubusercontent.com/22536294/48048994-326d2780-e1d8-11e8-93f2-97718249b360.png) 看了下源码public下没有storage目录,所以直接项目根目录运行 `php artisan storage:link` 如果存在storage但是资源加载又有问题,最好就跳转到 public `rm storage` 再运行 `php artisan storage:link` 类似的问题 https://stackoverflow.com/questions/47409417/storage-in-laravel-says-symlink-no-such-file

modules/user.js下 getUserLoadStatus( state ){ return function(){ return state.userLoadStatus; } } 应该为 getUserLoadStatus(state) { return state.userLoadStatus; },