@extends('layouts.base') @section('content')
@include('layouts.tabs')
@foreach($plugin_page as $item ) @if ($item['status'] == 1) @else @endif @endforeach
勾选推广中心,则不显示也无法访问推广中心页面,会员中心不显示我的推广。 其他插件如果勾选,则推广不显示插件前端页面入口。 勾选端口访问不显示的页面,将强制跳转到跳转页面。
{{----}}
@endsection