Jeecg-boot/jeecg-uniapp-master/pages-config/pages-all.json

169 lines
3.0 KiB
JSON
Raw Normal View History

2024-10-20 14:28:53 +00:00
/* /// Pages-Tool: 该文件是pages-tool插件的配置文件根据pages-config.json的配置,本文件的内容可能合并到pages.json*/
{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {}
}, {
"path": "pages/login/loginOauth2",
"style": {}
},
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/basics/layout",
"style": {}
},
{
"path": "pages/basics/background",
"style": {}
},
{
"path": "pages/basics/text",
"style": {}
},
{
"path": "pages/basics/icon",
"style": {}
},
{
"path": "pages/basics/button",
"style": {}
},
{
"path": "pages/basics/design",
"style": {}
},
{
"path": "pages/basics/tag",
"style": {}
},
{
"path": "pages/basics/avatar",
"style": {}
},
{
"path": "pages/basics/progress",
"style": {}
},
{
"path": "pages/basics/shadow",
"style": {}
},
{
"path": "pages/basics/loading",
"style": {}
},
{
"path": "pages/component/bar",
"style": {}
},
{
"path": "pages/component/nav",
"style": {}
},
{
"path": "pages/component/list",
"style": {}
},
{
"path": "pages/component/card",
"style": {}
},
{
"path": "pages/component/form",
"style": {}
},
{
"path": "pages/component/timeline",
"style": {}
},
{
"path": "pages/component/chat",
"style": {}
},
{
"path": "pages/component/swiper",
"style": {}
},
{
"path": "pages/component/modal",
"style": {}
},
{
"path": "pages/component/steps",
"style": {}
}, {
"path": "pages/plugin/indexes",
"style": {}
}, {
"path": "pages/plugin/animation",
"style": {}
}, {
"path": "pages/plugin/drawer",
"style": {}
}, {
"path": "pages/plugin/verticalnav",
"style": {}
}, {
"path": "pages/home/home",
"style": {}
}, {
"path": "pages/user/userexit",
"style": {}
}, {
"path": "pages/user/userdetail",
"style": {}
},{
"path": "pages/user/useredit",
"style": {}
}, {
"path": "pages/user/people",
"style": {}
}, {
"path": "pages/common/exit",
"style": {}
}, {
"path": "pages/common/success",
"style": {}
},{
"path": "pages/user/location",
"style": {},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
}
}
},{
"path": "pages/addressbook/address-book",
"style": {}
},{
"path": "pages/addressbook/level-address-book",
"style": {}
},
{
"path": "pages/addressbook/member",
"style": {}
},{
"path": "pages/addressbook/address-detail",
"style": {}
},{
"path": "pages/annotation/annotationList",
"style": {
"app-plus" : {
"bounce" : "none" //删除此项: mescroll-body支持iOS回弹
}
}
},{
"path": "pages/annotation/annotationDetail",
"style": {}
},{
"path": "pages/common/helloWorld",
"style": {}
}
]
}