|
@@ -555,6 +555,7 @@ Route::middleware(['aloginauth'])->group(function () { |
|
@@ -555,6 +555,7 @@ Route::middleware(['aloginauth'])->group(function () { |
|
555
|
//geo设置
|
555
|
//geo设置
|
|
556
|
Route::prefix('geo')->group(function () {
|
556
|
Route::prefix('geo')->group(function () {
|
|
557
|
Route::any('/setGeoStatus', [Aside\Geo\GeoQuestionController::class, 'setGeoStatus'])->name('admin.geo_setGeoStatus');//开启与关闭geo设置
|
557
|
Route::any('/setGeoStatus', [Aside\Geo\GeoQuestionController::class, 'setGeoStatus'])->name('admin.geo_setGeoStatus');//开启与关闭geo设置
|
|
|
|
558
|
+ Route::any('/getType', [Aside\Geo\GeoQuestionController::class, 'getType'])->name('admin.geo_getType');//geo设置类型
|
|
558
|
Route::prefix('question')->group(function () {
|
559
|
Route::prefix('question')->group(function () {
|
|
559
|
Route::any('/getGeoQuestionList', [Aside\Geo\GeoQuestionController::class, 'getGeoQuestionList'])->name('admin.geo_question_getGeoQuestionList');
|
560
|
Route::any('/getGeoQuestionList', [Aside\Geo\GeoQuestionController::class, 'getGeoQuestionList'])->name('admin.geo_question_getGeoQuestionList');
|
|
560
|
Route::any('/saveGeoQuestion', [Aside\Geo\GeoQuestionController::class, 'saveGeoQuestion'])->name('admin.geo_question_saveGeoQuestion');
|
561
|
Route::any('/saveGeoQuestion', [Aside\Geo\GeoQuestionController::class, 'saveGeoQuestion'])->name('admin.geo_question_saveGeoQuestion');
|