Commit 9d983709 by 杨树贤

fix

parent a1fe9e71
Showing with 0 additions and 2 deletions
...@@ -18,8 +18,6 @@ use App\Http\Services\CompanyService; ...@@ -18,8 +18,6 @@ use App\Http\Services\CompanyService;
use App\Http\Services\CrmService; use App\Http\Services\CrmService;
use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Route;
use App\Http\Services\DepartmentService; use App\Http\Services\DepartmentService;
use App\Http\Services\SkuService;
use App\Model\RedisModel;
Route::group(['middleware' => ['web', 'menu']], function () { Route::group(['middleware' => ['web', 'menu']], function () {
Route::get('/', 'WebController@Entrance'); Route::get('/', 'WebController@Entrance');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment