請(qǐng)讓我在My Laravel和Vue SPA項(xiàng)目中獲得一些幫助和問(wèn)題。我正在使用(Vue SPA)和Laravel Voyager進(jìn)行管理。當(dāng)我想使用轉(zhuǎn)到管理面板時(shí)出現(xiàn)問(wèn)題:/admin面板未顯示。這是我的路線/網(wǎng)站.php<?phpRoute::get('/{any}', 'CodeCommunityController@index')->where('any', '^(?!api).*$');Route::get('/home', 'HomeController@index')->name('home');Auth::routes();Route::group(['prefix' => 'admin'], function () { Voyager::routes();});請(qǐng)幫助伙計(jì)們,謝謝你們。
如何使用 (Laravel Voyager) 和 (Vue SPA)?
動(dòng)漫人物
2022-08-19 10:48:40