{{----}} {{--loding--}} {{----}} @yield('css') {!! yz_header('admin') !!} {{-- --}} {{----}} {{----}} {{----}} {{----}} {{----}} {{-- --}} {{----}} {{----}} {{----}} {{----}} {{-- --}} @php $util_js = 'util'; @endphp @if (env('APP_Framework') == 'platform') @php $util_js = 'utils'; @endphp @endif @section('utilJs') @show @if (env('APP_Framework') == 'platform') @else @endif
{{--@php--}} {{--global $_W;--}} {{--$menu_list = \app\common\helpers\Cache::get('menu_list'.$_W['uid']);--}} {{--@endphp--}} {{--@if (!\app\common\helpers\Cache::has('menu_list'.$_W['uid']))--}} {{--@php \Log::debug('----缓存顶端和左端 menu----'); ob_start(); @endphp--}} @include('layouts.mainMenu') @include('layouts.mainSidebar') {{--@php--}} {{--$cache['menu'] = ob_get_contents();--}} {{--$cache['uid'] = $_W['uid'];--}} {{--\app\common\helpers\Cache::forever('menu_list'.$_W['uid'], $cache);--}} {{--ob_implicit_flush(false);--}} {{--@endphp--}} {{--@else--}} {{--@php \Log::debug('----读取顶端和左端 menu----'); echo $menu_list['menu']; @endphp--}} {{--@endif--}} @if (Yunshop::isShowSecondMenu()) @include('layouts.secondSidebar') @else @endif @include('layouts.mainHeader') {{--
@include('public.admin.message')
@yield('content')
--}} {{--
--}} @yield('js') @include('layouts.mainFooter') {!! yz_footer('admin') !!}