pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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/index",
  96. "style": {
  97. "navigationBarTitleText": "样品",
  98. "enablePullDownRefresh": false
  99. }
  100. }
  101. // {
  102. // "path": "pages/trade/quotation/QuotationAdd",
  103. // "style": {
  104. // "navigationBarTitleText": "新增报价单",
  105. // "enablePullDownRefresh": false
  106. // }
  107. // }, {
  108. // "path": "pages/trade/quotation/index",
  109. // "style": {
  110. // "navigationBarTitleText": "报价单",
  111. // "enablePullDownRefresh": false
  112. // }
  113. // }, {
  114. // "path": "pages/trade/quotation/QuotationView",
  115. // "style": {
  116. // "navigationBarTitleText": "查看报价单",
  117. // "enablePullDownRefresh": false,
  118. // "app-plus": {
  119. // "softinputMode": "adjustResize"
  120. // }
  121. // }
  122. ],
  123. "tabBar": {
  124. "color": "#000000",
  125. "selectedColor": "#000000",
  126. "borderStyle": "white",
  127. "backgroundColor": "#ffffff",
  128. "list": [{
  129. "pagePath": "pages/trade/shoe-style/index",
  130. "iconPath": "static/images/tabbar/home.png",
  131. "selectedIconPath": "static/images/tabbar/home_.png",
  132. "text": "样品"
  133. }, {
  134. "pagePath": "pages/trade/quotation/index",
  135. "iconPath": "static/images/tabbar/work.png",
  136. "selectedIconPath": "static/images/tabbar/work_.png",
  137. "text": "报价单"
  138. }
  139. ]
  140. },
  141. "globalStyle": {
  142. "navigationBarTextStyle": "black",
  143. "navigationBarTitleText": "RuoYi",
  144. "navigationBarBackgroundColor": "#FFFFFF"
  145. },
  146. "condition": { //模式配置,仅开发期间生效
  147. "current": 0, //当前激活的模式(list 的索引项)
  148. "list": [{
  149. "name": "", //模式名称
  150. "path": "", //启动页面,必选
  151. "query": "" //启动参数,在页面的onLoad函数里面得到
  152. }]
  153. }
  154. }