pages.json 11 KB

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