Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource.php 报错 #5

Open
BurnhamZhang opened this issue Nov 28, 2015 · 0 comments
Open

Resource.php 报错 #5

BurnhamZhang opened this issue Nov 28, 2015 · 0 comments

Comments

@BurnhamZhang
Copy link

blade里的代码

@extends('/widget/layout')

@section('content')
    <h3 class="page-title">
        店铺管理
    </h3>
    <!-- END PAGE HEADER-->
    <!-- BEGIN PAGE CONTENT-->
    <div id="ajax-load-container"></div>

    @script()
    require(['shop'],function(shop){
    shop.init({"id":{{ $id }}});
    })
    @endscript

    @style()
    .time-config-layer + .time-config-layer {
    margin-top:15px;
    }
    @endstyle

@stop

```�

ErrorException in Resource.php line 425:
Undefined index: uri

看了下代码,425行改成

```�
   return isset($target['uri']) && $item['uri'] === $target['uri'];

就好了,不知道行不行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant