|
...
|
...
|
@@ -14,8 +14,8 @@ Route::middleware(['aloginauth'])->group(function () { |
|
|
|
Route::any('/editPassword', [Aside\Com\IndexController::class, 'editPassword'])->name('admin.editPassword.white');
|
|
|
|
Route::get('/logout', [Aside\LoginController::class, 'logout'])->name('admin.logout.white');
|
|
|
|
Route::any('/getAccessAddress', [Aside\LoginController::class, 'getAccessAddress'])->name('admin.getAccessAddress');//获取B端地址
|
|
|
|
Route::get('/sendNotify', [Aside\Com\CNoticeController::class, 'sendNotify'])->name('admin.sendNotify');
|
|
|
|
Route::get('/getCountry', [Aside\Com\CNoticeController::class, 'getCountry'])->name('admin.getCountry');
|
|
|
|
Route::any('/sendNotify', [Aside\Com\CNoticeController::class, 'sendNotify'])->name('admin.sendNotify');
|
|
|
|
Route::any('/getCountry', [Aside\Com\CNoticeController::class, 'getCountry'])->name('admin.getCountry');
|
|
|
|
|
|
|
|
//会员相关
|
|
|
|
Route::prefix('user')->group(function () {
|
...
|
...
|
|