pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index"
  5. }, {
  6. "path": "uni_modules/uni-id-pages/pages/login/login-withpwd",
  7. "style": {
  8. "topWindow": false,
  9. "leftWindow": false,
  10. "navigationBarTitleText": "登录"
  11. }
  12. }, {
  13. "path": "pages/error/404",
  14. "style": {
  15. "navigationBarTitleText": "Not Found"
  16. }
  17. },
  18. {
  19. "path": "pages/cyt-logs/add",
  20. "style": {
  21. "navigationBarTitleText": "新增"
  22. }
  23. }, {
  24. "path": "pages/cyt-logs/edit",
  25. "style": {
  26. "navigationBarTitleText": "编辑"
  27. }
  28. }, {
  29. "path": "pages/cyt-logs/list",
  30. "style": {
  31. "navigationBarTitleText": "列表"
  32. }
  33. },
  34. {
  35. "path": "uni_modules/uni-id-pages/pages/userinfo/change_pwd/change_pwd",
  36. "style": {
  37. "navigationBarTitleText": "修改密码"
  38. }
  39. }, {
  40. "path": "uni_modules/uni-upgrade-center/pages/version/list",
  41. "style": {
  42. "navigationBarTitleText": "版本列表"
  43. }
  44. }, {
  45. "path": "uni_modules/uni-upgrade-center/pages/version/add",
  46. "style": {
  47. "navigationBarTitleText": "新版发布"
  48. }
  49. }, {
  50. "path": "uni_modules/uni-upgrade-center/pages/version/detail",
  51. "style": {
  52. "navigationBarTitleText": "版本信息查看"
  53. }
  54. }, {
  55. "path": "uni_modules/uni-id-pages/pages/userinfo/deactivate/deactivate",
  56. "style": {
  57. "navigationBarTitleText": "注销账号"
  58. }
  59. }, {
  60. "path": "uni_modules/uni-id-pages/pages/userinfo/userinfo",
  61. "style": {
  62. "navigationBarTitleText": "个人资料"
  63. }
  64. }, {
  65. "path": "uni_modules/uni-id-pages/pages/userinfo/bind-mobile/bind-mobile",
  66. "style": {
  67. "navigationBarTitleText": "绑定手机号码"
  68. }
  69. }, {
  70. "path": "uni_modules/uni-id-pages/pages/userinfo/cropImage/cropImage",
  71. "style": {
  72. "navigationBarTitleText": ""
  73. }
  74. }, {
  75. "path": "uni_modules/uni-id-pages/pages/login/login-smscode",
  76. "style": {
  77. "topWindow": false,
  78. "leftWindow": false,
  79. "navigationBarTitleText": "手机验证码登录"
  80. }
  81. }, {
  82. "path": "uni_modules/uni-id-pages/pages/login/login-withoutpwd",
  83. "style": {
  84. "topWindow": false,
  85. "leftWindow": false,
  86. "navigationBarTitleText": "免密登录页"
  87. }
  88. }, {
  89. "path": "uni_modules/uni-id-pages/pages/register/register",
  90. "style": {
  91. "topWindow": false,
  92. "leftWindow": false,
  93. "navigationBarTitleText": "注册"
  94. }
  95. }, {
  96. "path": "uni_modules/uni-id-pages/pages/register/register-admin",
  97. "style": {
  98. "topWindow": false,
  99. "leftWindow": false,
  100. "navigationBarTitleText": "创建超级管理员"
  101. }
  102. }, {
  103. "path": "uni_modules/uni-id-pages/pages/register/register-by-email",
  104. "style": {
  105. "topWindow": false,
  106. "leftWindow": false,
  107. "navigationBarTitleText": "邮箱验证码注册"
  108. }
  109. }, {
  110. "path": "uni_modules/uni-id-pages/pages/retrieve/retrieve",
  111. "style": {
  112. "topWindow": false,
  113. "leftWindow": false,
  114. "navigationBarTitleText": "重置密码"
  115. }
  116. }, {
  117. "path": "uni_modules/uni-id-pages/pages/retrieve/retrieve-by-email",
  118. "style": {
  119. "topWindow": false,
  120. "leftWindow": false,
  121. "navigationBarTitleText": "通过邮箱重置密码"
  122. }
  123. }, {
  124. "path": "uni_modules/uni-id-pages/pages/common/webview/webview",
  125. "style": {
  126. "topWindow": false,
  127. "leftWindow": false,
  128. "enablePullDownRefresh": false,
  129. "navigationBarTitleText": ""
  130. }
  131. },
  132. {
  133. "path": "pages/opendb-admin-log/list",
  134. "style": {}
  135. }
  136. ],
  137. "subPackages": [{
  138. "root": "pages/system",
  139. "pages": [{
  140. "path": "menu/list",
  141. "style": {
  142. "navigationBarTitleText": "菜单管理"
  143. }
  144. }, {
  145. "path": "menu/add",
  146. "style": {
  147. "navigationBarTitleText": "新增菜单",
  148. "navigationStyle": "default"
  149. }
  150. }, {
  151. "path": "menu/edit",
  152. "style": {
  153. "navigationBarTitleText": "修改菜单",
  154. "navigationStyle": "default"
  155. }
  156. }, {
  157. "path": "permission/list",
  158. "style": {
  159. "navigationBarTitleText": "权限管理"
  160. }
  161. }, {
  162. "path": "permission/add",
  163. "style": {
  164. "navigationBarTitleText": "新增权限",
  165. "navigationStyle": "default"
  166. }
  167. }, {
  168. "path": "permission/edit",
  169. "style": {
  170. "navigationBarTitleText": "修改权限",
  171. "navigationStyle": "default"
  172. }
  173. }, {
  174. "path": "role/add",
  175. "style": {
  176. "navigationBarTitleText": "新增角色",
  177. "navigationStyle": "default"
  178. }
  179. }, {
  180. "path": "role/edit",
  181. "style": {
  182. "navigationBarTitleText": "修改角色",
  183. "navigationStyle": "default"
  184. }
  185. }, {
  186. "path": "role/list",
  187. "style": {
  188. "navigationBarTitleText": "角色管理"
  189. }
  190. }, {
  191. "path": "user/add",
  192. "style": {
  193. "navigationBarTitleText": "新增用户",
  194. "navigationStyle": "default"
  195. }
  196. }, {
  197. "path": "user/edit",
  198. "style": {
  199. "navigationBarTitleText": "修改用户",
  200. "navigationStyle": "default"
  201. }
  202. }, {
  203. "path": "user/list",
  204. "style": {
  205. "navigationBarTitleText": "用户管理"
  206. }
  207. }, {
  208. "path": "app/add",
  209. "style": {
  210. "navigationBarTitleText": "新增应用",
  211. "navigationStyle": "default"
  212. }
  213. }, {
  214. "path": "app/list",
  215. "style": {
  216. "navigationBarTitleText": "应用管理"
  217. }
  218. }, {
  219. "path": "app/uni-portal/uni-portal",
  220. "style": {
  221. "navigationBarTitleText": "发布页管理",
  222. "navigationStyle": "default"
  223. }
  224. }, {
  225. "path": "tag/add",
  226. "style": {
  227. "navigationBarTitleText": "新增标签"
  228. }
  229. }, {
  230. "path": "tag/edit",
  231. "style": {
  232. "navigationBarTitleText": "修改标签"
  233. }
  234. }, {
  235. "path": "tag/list",
  236. "style": {
  237. "navigationBarTitleText": "标签管理"
  238. }
  239. }, {
  240. "path": "safety/list",
  241. "style": {
  242. "navigationBarTitleText": "用户日志"
  243. }
  244. }]
  245. }, {
  246. "root": "pages/demo",
  247. "pages": [{
  248. "path": "icons/icons",
  249. "style": {
  250. "navigationBarTitleText": "图标"
  251. }
  252. }, {
  253. "path": "table/table",
  254. "style": {
  255. "navigationBarTitleText": "表格"
  256. }
  257. }]
  258. }, {
  259. "root": "pages/uni-stat",
  260. "pages": [{
  261. "path": "page-res/page-res",
  262. "style": {
  263. "navigationBarTitleText": "受访页",
  264. "enablePullDownRefresh": false
  265. }
  266. }, {
  267. "path": "page-ent/page-ent",
  268. "style": {
  269. "navigationBarTitleText": "入口页",
  270. "enablePullDownRefresh": false
  271. }
  272. }, {
  273. "path": "scene/scene",
  274. "style": {
  275. "navigationBarTitleText": "场景值(小程序)",
  276. "enablePullDownRefresh": false
  277. }
  278. }, {
  279. "path": "channel/channel",
  280. "style": {
  281. "navigationBarTitleText": "渠道(app)",
  282. "enablePullDownRefresh": false
  283. }
  284. }, {
  285. "path": "error/js/js",
  286. "style": {
  287. "navigationBarTitleText": "js报错统计",
  288. "enablePullDownRefresh": false
  289. }
  290. }, {
  291. "path": "error/js/detail",
  292. "style": {
  293. "navigationBarTitleText": "错误信息",
  294. "navigationStyle": "default",
  295. "enablePullDownRefresh": false
  296. }
  297. }, {
  298. "path": "error/app/app",
  299. "style": {
  300. "navigationBarTitleText": "app原生报错统计",
  301. "enablePullDownRefresh": false
  302. }
  303. }, {
  304. "path": "event/event",
  305. "style": {
  306. "navigationBarTitleText": "事件和转化",
  307. "enablePullDownRefresh": false
  308. }
  309. }, {
  310. "path": "device/overview/overview",
  311. "style": {
  312. "navigationBarTitleText": "今日概况",
  313. "enablePullDownRefresh": false
  314. }
  315. }, {
  316. "path": "device/activity/activity",
  317. "style": {
  318. "navigationBarTitleText": "活跃度",
  319. "enablePullDownRefresh": false
  320. }
  321. }, {
  322. "path": "device/trend/trend",
  323. "style": {
  324. "navigationBarTitleText": "趋势分析",
  325. "enablePullDownRefresh": false
  326. }
  327. }, {
  328. "path": "device/retention/retention",
  329. "style": {
  330. "navigationBarTitleText": "留存",
  331. "enablePullDownRefresh": false
  332. }
  333. }, {
  334. "path": "device/comparison/comparison",
  335. "style": {
  336. "navigationBarTitleText": "平台对比",
  337. "enablePullDownRefresh": false
  338. }
  339. }, {
  340. "path": "device/stickiness/stickiness",
  341. "style": {
  342. "navigationBarTitleText": "粘性",
  343. "enablePullDownRefresh": false
  344. }
  345. }, {
  346. "path": "user/overview/overview",
  347. "style": {
  348. "navigationBarTitleText": "今日概况",
  349. "enablePullDownRefresh": false
  350. }
  351. }, {
  352. "path": "user/activity/activity",
  353. "style": {
  354. "navigationBarTitleText": "活跃度",
  355. "enablePullDownRefresh": false
  356. }
  357. }, {
  358. "path": "user/trend/trend",
  359. "style": {
  360. "navigationBarTitleText": "趋势分析",
  361. "enablePullDownRefresh": false
  362. }
  363. }, {
  364. "path": "user/retention/retention",
  365. "style": {
  366. "navigationBarTitleText": "留存",
  367. "enablePullDownRefresh": false
  368. }
  369. }, {
  370. "path": "user/comparison/comparison",
  371. "style": {
  372. "navigationBarTitleText": "平台对比",
  373. "enablePullDownRefresh": false
  374. }
  375. }, {
  376. "path": "user/stickiness/stickiness",
  377. "style": {
  378. "navigationBarTitleText": "粘性",
  379. "enablePullDownRefresh": false
  380. }
  381. }]
  382. }],
  383. "globalStyle": {
  384. "navigationStyle": "custom",
  385. "navigationBarTextStyle": "black",
  386. "navigationBarTitleText": "管理系统",
  387. "navigationBarBackgroundColor": "#F8F8F8",
  388. "backgroundColor": "#F8F8F8"
  389. },
  390. "topWindow": {
  391. "path": "windows/topWindow",
  392. "style": {
  393. "height": "60px"
  394. },
  395. "matchMedia": {
  396. "minWidth": 0
  397. }
  398. },
  399. "leftWindow": {
  400. "path": "windows/leftWindow",
  401. "style": {
  402. "width": "240px"
  403. }
  404. },
  405. "uniIdRouter": {
  406. "loginPage": "uni_modules/uni-id-pages/pages/login/login-withpwd",
  407. "needLogin": [
  408. "^((?!uni-id-pages\/pages\/login|register|retrieve).)*$"
  409. ],
  410. "resToLogin": true
  411. }
  412. }