|
...
|
...
|
@@ -20,7 +20,7 @@ Route::middleware(['aloginauth'])->group(function () { |
|
|
|
Route::any('/notAiHumanizer', [Aside\Com\IndexController::class, 'notAiHumanizer'])->name('admin.notAiHumanizer');
|
|
|
|
Route::any('/notWordAiHumanizer', [Aside\Com\IndexController::class, 'notWordAiHumanizer'])->name('admin.notWordAiHumanizer');
|
|
|
|
Route::any('/prInfoDownload', [Aside\Com\IndexController::class, 'prInfoDownload'])->name('admin.prInfoDownload');//pr报告下载
|
|
|
|
Route::get('/getorderTypeOptions', [Aside\WorkOrder\AsideTicketController::class, 'getorderTypeOptions'])->name('admin.tickets.getorderTypeOptions');
|
|
|
|
Route::any('/getorderTypeOptions', [Aside\WorkOrder\AsideTicketController::class, 'getorderTypeOptions'])->name('admin.tickets.getorderTypeOptions');
|
|
|
|
//会员相关
|
|
|
|
Route::prefix('user')->group(function () {
|
|
|
|
//会员管理
|
...
|
...
|
|