Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
gek6 committed Sep 29, 2022
1 parent c02a8e4 commit ae0967b
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 218 deletions.
47 changes: 39 additions & 8 deletions src/pages.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,41 @@
// 此文件勿动
{
// 主包路由
"pages": // #exec hotJs('./router/pkg-main/index.js')
// 分包路由
// subPackages: [require("./pkg-worker"), require("./pkg-user")],
"globalStyle": // #exec hotJs('./router/globalStyle/index.js'),
// 启动页面
"condition": // #exec hotJs('./router/condition/index.js')
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/bind-phone/index",
"style": {
"navigationBarTitleText": "绑定手机号"
}
},
{
"path": "pages/example/form/index",
"style": {
"navigationBarTitleText": "示例-表单"
}
},
{
"path": "pages/example/list/index",
"style": {
"navigationBarTitleText": "示例-列表"
}
},
{
"path": "pages/example/button/index",
"style": {
"navigationBarTitleText": "示例-按钮"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "easy-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": []
}
36 changes: 0 additions & 36 deletions src/router/condition/index.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/router/condition/开发环境启动页面配置.md

This file was deleted.

47 changes: 0 additions & 47 deletions src/router/globalStyle/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/router/globalStyle/应用公共设置.md

This file was deleted.

19 changes: 0 additions & 19 deletions src/router/index.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/router/pkg-main/index.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/router/pkg-main/主包路由配置.md

This file was deleted.

8 changes: 0 additions & 8 deletions src/router/subPackages/分包路由配置.md

This file was deleted.

0 comments on commit ae0967b

Please sign in to comment.