作者 赵彬吉

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -115,7 +115,7 @@ Route::middleware(['bloginauth'])->group(function () { @@ -115,7 +115,7 @@ Route::middleware(['bloginauth'])->group(function () {
115 Route::prefix('country')->group(function () { 115 Route::prefix('country')->group(function () {
116 Route::any('/', [\App\Http\Controllers\Bside\Setting\WebSettingCountryController::class, 'lists'])->name('web_setting_country_lists'); 116 Route::any('/', [\App\Http\Controllers\Bside\Setting\WebSettingCountryController::class, 'lists'])->name('web_setting_country_lists');
117 Route::any('/info', [\App\Http\Controllers\Bside\Setting\ProjectCountryController::class, 'info'])->name('web_setting_country_info'); 117 Route::any('/info', [\App\Http\Controllers\Bside\Setting\ProjectCountryController::class, 'info'])->name('web_setting_country_info');
118 - Route::any('/edit', [\App\Http\Controllers\Bside\Setting\ProjectCountryController::class, 'edit'])->name('web_setting_country_edit'); 118 + Route::any('/save', [\App\Http\Controllers\Bside\Setting\ProjectCountryController::class, 'save'])->name('web_setting_country_save');
119 }); 119 });
120 //客服设置 120 //客服设置
121 Route::prefix('service')->group(function () { 121 Route::prefix('service')->group(function () {