123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index"
- }, {
- "path": "uni_modules/uni-id-pages/pages/login/login-withpwd",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "登录"
- }
- }, {
- "path": "pages/error/404",
- "style": {
- "navigationBarTitleText": "Not Found"
- }
- },
- {
- "path": "pages/cyt-logs/add",
- "style": {
- "navigationBarTitleText": "新增"
- }
- }, {
- "path": "pages/cyt-logs/edit",
- "style": {
- "navigationBarTitleText": "编辑"
- }
- }, {
- "path": "pages/cyt-logs/list",
- "style": {
- "navigationBarTitleText": "列表"
- }
- },
- {
- "path": "uni_modules/uni-id-pages/pages/userinfo/change_pwd/change_pwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }, {
- "path": "uni_modules/uni-upgrade-center/pages/version/list",
- "style": {
- "navigationBarTitleText": "版本列表"
- }
- }, {
- "path": "uni_modules/uni-upgrade-center/pages/version/add",
- "style": {
- "navigationBarTitleText": "新版发布"
- }
- }, {
- "path": "uni_modules/uni-upgrade-center/pages/version/detail",
- "style": {
- "navigationBarTitleText": "版本信息查看"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/deactivate/deactivate",
- "style": {
- "navigationBarTitleText": "注销账号"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/bind-mobile/bind-mobile",
- "style": {
- "navigationBarTitleText": "绑定手机号码"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/userinfo/cropImage/cropImage",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/login/login-smscode",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "手机验证码登录"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/login/login-withoutpwd",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "免密登录页"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/register/register",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "注册"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/register/register-admin",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "创建超级管理员"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/register/register-by-email",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "邮箱验证码注册"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/retrieve/retrieve",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "重置密码"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/retrieve/retrieve-by-email",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "通过邮箱重置密码"
- }
- }, {
- "path": "uni_modules/uni-id-pages/pages/common/webview/webview",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "enablePullDownRefresh": false,
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/opendb-admin-log/list",
- "style": {}
- }
- ],
- "subPackages": [{
- "root": "pages/system",
- "pages": [{
- "path": "menu/list",
- "style": {
- "navigationBarTitleText": "菜单管理"
- }
- }, {
- "path": "menu/add",
- "style": {
- "navigationBarTitleText": "新增菜单",
- "navigationStyle": "default"
- }
- }, {
- "path": "menu/edit",
- "style": {
- "navigationBarTitleText": "修改菜单",
- "navigationStyle": "default"
- }
- }, {
- "path": "permission/list",
- "style": {
- "navigationBarTitleText": "权限管理"
- }
- }, {
- "path": "permission/add",
- "style": {
- "navigationBarTitleText": "新增权限",
- "navigationStyle": "default"
- }
- }, {
- "path": "permission/edit",
- "style": {
- "navigationBarTitleText": "修改权限",
- "navigationStyle": "default"
- }
- }, {
- "path": "role/add",
- "style": {
- "navigationBarTitleText": "新增角色",
- "navigationStyle": "default"
- }
- }, {
- "path": "role/edit",
- "style": {
- "navigationBarTitleText": "修改角色",
- "navigationStyle": "default"
- }
- }, {
- "path": "role/list",
- "style": {
- "navigationBarTitleText": "角色管理"
- }
- }, {
- "path": "user/add",
- "style": {
- "navigationBarTitleText": "新增用户",
- "navigationStyle": "default"
- }
- }, {
- "path": "user/edit",
- "style": {
- "navigationBarTitleText": "修改用户",
- "navigationStyle": "default"
- }
- }, {
- "path": "user/list",
- "style": {
- "navigationBarTitleText": "用户管理"
- }
- }, {
- "path": "app/add",
- "style": {
- "navigationBarTitleText": "新增应用",
- "navigationStyle": "default"
- }
- }, {
- "path": "app/list",
- "style": {
- "navigationBarTitleText": "应用管理"
- }
- }, {
- "path": "app/uni-portal/uni-portal",
- "style": {
- "navigationBarTitleText": "发布页管理",
- "navigationStyle": "default"
- }
- }, {
- "path": "tag/add",
- "style": {
- "navigationBarTitleText": "新增标签"
- }
- }, {
- "path": "tag/edit",
- "style": {
- "navigationBarTitleText": "修改标签"
- }
- }, {
- "path": "tag/list",
- "style": {
- "navigationBarTitleText": "标签管理"
- }
- }, {
- "path": "safety/list",
- "style": {
- "navigationBarTitleText": "用户日志"
- }
- }]
- }, {
- "root": "pages/demo",
- "pages": [{
- "path": "icons/icons",
- "style": {
- "navigationBarTitleText": "图标"
- }
- }, {
- "path": "table/table",
- "style": {
- "navigationBarTitleText": "表格"
- }
- }]
- }, {
- "root": "pages/uni-stat",
- "pages": [{
- "path": "page-res/page-res",
- "style": {
- "navigationBarTitleText": "受访页",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "page-ent/page-ent",
- "style": {
- "navigationBarTitleText": "入口页",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "scene/scene",
- "style": {
- "navigationBarTitleText": "场景值(小程序)",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "channel/channel",
- "style": {
- "navigationBarTitleText": "渠道(app)",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "error/js/js",
- "style": {
- "navigationBarTitleText": "js报错统计",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "error/js/detail",
- "style": {
- "navigationBarTitleText": "错误信息",
- "navigationStyle": "default",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "error/app/app",
- "style": {
- "navigationBarTitleText": "app原生报错统计",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "event/event",
- "style": {
- "navigationBarTitleText": "事件和转化",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/overview/overview",
- "style": {
- "navigationBarTitleText": "今日概况",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/activity/activity",
- "style": {
- "navigationBarTitleText": "活跃度",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/trend/trend",
- "style": {
- "navigationBarTitleText": "趋势分析",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/retention/retention",
- "style": {
- "navigationBarTitleText": "留存",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/comparison/comparison",
- "style": {
- "navigationBarTitleText": "平台对比",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "device/stickiness/stickiness",
- "style": {
- "navigationBarTitleText": "粘性",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/overview/overview",
- "style": {
- "navigationBarTitleText": "今日概况",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/activity/activity",
- "style": {
- "navigationBarTitleText": "活跃度",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/trend/trend",
- "style": {
- "navigationBarTitleText": "趋势分析",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/retention/retention",
- "style": {
- "navigationBarTitleText": "留存",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/comparison/comparison",
- "style": {
- "navigationBarTitleText": "平台对比",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "user/stickiness/stickiness",
- "style": {
- "navigationBarTitleText": "粘性",
- "enablePullDownRefresh": false
- }
- }]
- }],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "管理系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "topWindow": {
- "path": "windows/topWindow",
- "style": {
- "height": "60px"
- },
- "matchMedia": {
- "minWidth": 0
- }
- },
- "leftWindow": {
- "path": "windows/leftWindow",
- "style": {
- "width": "240px"
- }
- },
- "uniIdRouter": {
- "loginPage": "uni_modules/uni-id-pages/pages/login/login-withpwd",
- "needLogin": [
- "^((?!uni-id-pages\/pages\/login|register|retrieve).)*$"
- ],
- "resToLogin": true
- }
- }
|