综合办公系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /*
  2. * @Author: ysh
  3. * @Date: 2025-01-15 14:42:34
  4. * @LastEditors: Please set LastEditors
  5. * @LastEditTime: 2025-02-20 10:20:46
  6. */
  7. {
  8. "pages": [{
  9. "path": "pages/login",
  10. "style": {
  11. "navigationBarTitleText": "登录"
  12. }
  13. }, {
  14. "path": "pages/index",
  15. "style": {
  16. "navigationBarTitleText": "CMC综合办公系统移动端",
  17. "navigationStyle": "custom"
  18. }
  19. }, {
  20. "path": "pages/work/index",
  21. "style": {
  22. "navigationBarTitleText": "工作台"
  23. }
  24. }, {
  25. "path": "pages/mine/index",
  26. "style": {
  27. "navigationBarTitleText": "我的"
  28. }
  29. }, {
  30. "path": "pages/mine/avatar/index",
  31. "style": {
  32. "navigationBarTitleText": "修改头像"
  33. }
  34. }, {
  35. "path": "pages/mine/info/index",
  36. "style": {
  37. "navigationBarTitleText": "个人信息"
  38. }
  39. }, {
  40. "path": "pages/mine/info/edit",
  41. "style": {
  42. "navigationBarTitleText": "编辑资料"
  43. }
  44. }, {
  45. "path": "pages/mine/pwd/index",
  46. "style": {
  47. "navigationBarTitleText": "修改密码"
  48. }
  49. }, {
  50. "path": "pages/mine/setting/index",
  51. "style": {
  52. "navigationBarTitleText": "应用设置"
  53. }
  54. }, {
  55. "path": "pages/mine/help/index",
  56. "style": {
  57. "navigationBarTitleText": "常见问题"
  58. }
  59. }, {
  60. "path": "pages/mine/about/index",
  61. "style": {
  62. "navigationBarTitleText": "关于我们"
  63. }
  64. }, {
  65. "path": "pages/common/webview/index",
  66. "style": {
  67. "navigationBarTitleText": "浏览网页"
  68. }
  69. }, {
  70. "path": "pages/common/textview/index",
  71. "style": {
  72. "navigationBarTitleText": "浏览文本"
  73. }
  74. },
  75. {
  76. "path": "pages/message/index",
  77. "style": {
  78. "navigationBarTitleText": "消息",
  79. "enablePullDownRefresh": true
  80. }
  81. },
  82. {
  83. "path": "pages/message/apply/apply",
  84. "style": {
  85. "navigationBarTitleText": "待审列表",
  86. "enablePullDownRefresh": true
  87. }
  88. },
  89. {
  90. "path": "pages/message/completed/index",
  91. "style": {
  92. "navigationBarTitleText": "已办任务",
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "pages/message/myProcess/index",
  98. "style": {
  99. "navigationBarTitleText": "我的流程"
  100. }
  101. },
  102. {
  103. "path" : "pages/message/apply/detail",
  104. "style" :
  105. {
  106. "navigationBarTitleText" : "表单信息"
  107. }
  108. },
  109. {
  110. "path" : "pages/form/declare/declare",
  111. "style" :
  112. {
  113. "navigationBarTitleText" : "工作填报"
  114. }
  115. },
  116. {
  117. "path" : "pages/form/borrow/borrow",
  118. "style" :
  119. {
  120. "navigationBarTitleText" : "借款审批"
  121. }
  122. }
  123. ],
  124. "tabBar": {
  125. "color": "#000000",
  126. "selectedColor": "#000000",
  127. "borderStyle": "white",
  128. "backgroundColor": "#ffffff",
  129. "list": [{
  130. "pagePath": "pages/message/index",
  131. "iconPath": "static/images/tabbar/msg_1.png",
  132. "selectedIconPath": "static/images/tabbar/msg_2.png",
  133. "text": "消息"
  134. },
  135. {
  136. "pagePath": "pages/index",
  137. "iconPath": "static/images/tabbar/home.png",
  138. "selectedIconPath": "static/images/tabbar/home_.png",
  139. "text": "项目"
  140. }, {
  141. "pagePath": "pages/work/index",
  142. "iconPath": "static/images/tabbar/apply_1.png",
  143. "selectedIconPath": "static/images/tabbar/apply_2.png",
  144. "text": "工作台"
  145. }, {
  146. "pagePath": "pages/mine/index",
  147. "iconPath": "static/images/tabbar/my_1.png",
  148. "selectedIconPath": "static/images/tabbar/my_2.png",
  149. "text": "我的"
  150. }
  151. ]
  152. },
  153. "globalStyle": {
  154. "navigationBarTextStyle": "black",
  155. "navigationBarTitleText": "CMC",
  156. "navigationBarBackgroundColor": "#FFFFFF"
  157. }
  158. }