pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uni-ui 规则如下配置
  6. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "pages": [{
  10. "path": "pages/loginSso",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. },{
  15. "path": "pages/login",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. },{
  20. "path": "pages/register",
  21. "style": {
  22. "navigationBarTitleText": "注册"
  23. }
  24. }, {
  25. "path": "pages/index",
  26. "style": {
  27. "navigationBarTitleText": "若依移动端框架",
  28. "navigationStyle": "custom"
  29. }
  30. }, {
  31. "path": "pages/work/index",
  32. "style": {
  33. "navigationBarTitleText": "工作台"
  34. }
  35. }, {
  36. "path": "pages/mine/index",
  37. "style": {
  38. "navigationBarTitleText": "我的"
  39. }
  40. }, {
  41. "path": "pages/mine/avatar/index",
  42. "style": {
  43. "navigationBarTitleText": "修改头像"
  44. }
  45. }, {
  46. "path": "pages/mine/info/index",
  47. "style": {
  48. "navigationBarTitleText": "个人信息"
  49. }
  50. }, {
  51. "path": "pages/mine/info/edit",
  52. "style": {
  53. "navigationBarTitleText": "编辑资料"
  54. }
  55. }, {
  56. "path": "pages/mine/pwd/index",
  57. "style": {
  58. "navigationBarTitleText": "修改密码"
  59. }
  60. }, {
  61. "path": "pages/mine/setting/index",
  62. "style": {
  63. "navigationBarTitleText": "应用设置"
  64. }
  65. }, {
  66. "path": "pages/mine/help/index",
  67. "style": {
  68. "navigationBarTitleText": "常见问题"
  69. }
  70. }, {
  71. "path": "pages/mine/about/index",
  72. "style": {
  73. "navigationBarTitleText": "关于我们"
  74. }
  75. }, {
  76. "path": "pages/common/webview/index",
  77. "style": {
  78. "navigationBarTitleText": "浏览网页"
  79. }
  80. }, {
  81. "path": "pages/common/textview/index",
  82. "style": {
  83. "navigationBarTitleText": "浏览文本"
  84. }
  85. }, {
  86. "path": "pages/trade/shoe-style/ShoeStyleView",
  87. "style": {
  88. "navigationBarTitleText": "查看外贸",
  89. "enablePullDownRefresh": false,
  90. "app-plus": {
  91. "softinputMode": "adjustResize"
  92. }
  93. }
  94. },{
  95. "path": "pages/trade/shoe-style/outRep",
  96. "style": {
  97. "navigationBarTitleText": "样鞋借出",
  98. "enablePullDownRefresh": false,
  99. "app-plus": {
  100. "softinputMode": "adjustResize"
  101. }
  102. }
  103. }, {
  104. "path": "pages/trade/shoe-style/index",
  105. "style": {
  106. "navigationBarTitleText": "样品",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. // {
  111. // "path": "pages/trade/quotation/QuotationAdd",
  112. // "style": {
  113. // "navigationBarTitleText": "新增报价单",
  114. // "enablePullDownRefresh": false
  115. // }
  116. // }, {
  117. // "path": "pages/trade/quotation/index",
  118. // "style": {
  119. // "navigationBarTitleText": "报价单",
  120. // "enablePullDownRefresh": false
  121. // }
  122. // }, {
  123. // "path": "pages/trade/quotation/QuotationView",
  124. // "style": {
  125. // "navigationBarTitleText": "查看报价单",
  126. // "enablePullDownRefresh": false,
  127. // "app-plus": {
  128. // "softinputMode": "adjustResize"
  129. // }
  130. // }
  131. ],
  132. "tabBar": {
  133. "color": "#000000",
  134. "selectedColor": "#000000",
  135. "borderStyle": "white",
  136. "backgroundColor": "#ffffff",
  137. "list": [{
  138. "pagePath": "pages/trade/shoe-style/index",
  139. "iconPath": "static/images/tabbar/home.png",
  140. "selectedIconPath": "static/images/tabbar/home_.png",
  141. "text": "样品"
  142. }, {
  143. "pagePath": "pages/trade/quotation/index",
  144. "iconPath": "static/images/tabbar/work.png",
  145. "selectedIconPath": "static/images/tabbar/work_.png",
  146. "text": "报价单"
  147. }
  148. ]
  149. },
  150. "globalStyle": {
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "RuoYi",
  153. "navigationBarBackgroundColor": "#FFFFFF"
  154. },
  155. "condition": { //模式配置,仅开发期间生效
  156. "current": 0, //当前激活的模式(list 的索引项)
  157. "list": [{
  158. "name": "", //模式名称
  159. "path": "", //启动页面,必选
  160. "query": "" //启动参数,在页面的onLoad函数里面得到
  161. }]
  162. }
  163. }