Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add order field to bundle.json to set 'so' load sequence#536

Open
yihongyuelan wants to merge 1 commit into
wequick:master from
yihongyuelan:master
Open

Add order field to bundle.json to set 'so' load sequence #536
yihongyuelan wants to merge 1 commit into
wequick:master from
yihongyuelan:master

Conversation

@yihongyuelan

@yihongyuelan yihongyuelan commented Oct 17, 2017

Copy link
Copy Markdown

{
"uri": "main",
"order": 1,
"pkg": "net.wequick.example.small.app.main"
},
{
"uri": "detail",
"pkg": "net.wequick.example.small.app.detail",
"order": 2,
"rules": {
"sub": "Sub"
}
},
{
"uri": "mine",
"order": 2,
"pkg": "net.wequick.example.small.app.mine"
},
{
"uri": "about",
"order": 3,
"pkg": "net.wequick.example.small.web.about"
}

If your 'so' need to set load sequence, then set value to order in bundle.json. eg:
app.main ->app.detail -> app.mine - > app.about

"order": 1 will be loaded firstly. Order means group.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /