pages.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uni-ui 规则如下配置
  6. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
  7. "^yf-(.*)": "@/components/yf-$1/yf-$1.vue"
  8. }
  9. },
  10. "pages": [
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "在线考试系统",
  15. "h5":{
  16. "titleNView":false
  17. },
  18. "app-plus":{
  19. "titleNView": false
  20. }
  21. }
  22. }
  23. ,{
  24. "path" : "pages/course/index",
  25. "style" : {
  26. "navigationBarTitleText": "在线学习",
  27. "enablePullDownRefresh": true,
  28. "h5":{
  29. "titleNView":false
  30. },
  31. "app-plus":{
  32. "titleNView": false
  33. }
  34. }
  35. }
  36. ,{
  37. "path" : "pages/course/my",
  38. "style" : {
  39. "navigationBarTitleText": "学习记录"
  40. }
  41. }
  42. ,{
  43. "path" : "pages/exam/index",
  44. "style" : {
  45. "navigationBarTitleText": "在线考试",
  46. "enablePullDownRefresh": true,
  47. "h5":{
  48. "titleNView":false
  49. },
  50. "app-plus":{
  51. "titleNView": false
  52. }
  53. }
  54. }
  55. ,{
  56. "path" : "pages/exam/detail",
  57. "style" : {
  58. "navigationBarTitleText": "考试详情"
  59. }
  60. }
  61. ,{
  62. "path" : "pages/exam/face",
  63. "style" : {
  64. "navigationBarTitleText": "人脸比对"
  65. }
  66. }
  67. ,{
  68. "path" : "pages/exam/exam",
  69. "style" : {
  70. "navigationBarTitleText": "正在考试",
  71. "h5":{
  72. "titleNView":{
  73. "autoBackButton": false
  74. }
  75. },
  76. "app-plus":{
  77. "titleNView":{
  78. "autoBackButton": false
  79. }
  80. }
  81. }
  82. }
  83. ,{
  84. "path" : "pages/login/login",
  85. "style" : {
  86. "navigationBarTitleText": "用户登录"
  87. }
  88. }
  89. ,{
  90. "path" : "pages/login/face",
  91. "style" : {
  92. "navigationBarTitleText": "人脸识别登录"
  93. }
  94. }
  95. ,{
  96. "path" : "pages/login/reg",
  97. "style" : {
  98. "navigationBarTitleText": "用户注册"
  99. }
  100. }
  101. ,{
  102. "path" : "pages/login/forgot",
  103. "style" : {
  104. "navigationBarTitleText": "忘记密码"
  105. }
  106. }
  107. ,{
  108. "path" : "pages/login/sync",
  109. "style" : {
  110. "navigationBarTitleText": "登录成功"
  111. }
  112. }
  113. ,{
  114. "path" : "pages/paper/index",
  115. "style" : {
  116. "navigationBarTitleText": "我的成绩"
  117. }
  118. },
  119. {
  120. "path" : "pages/paper/detail",
  121. "style" : {
  122. "navigationBarTitleText": "试卷详情"
  123. }
  124. },
  125. {
  126. "path" : "pages/paper/book",
  127. "style" : {
  128. "navigationBarTitleText": "考试错题",
  129. "h5":{
  130. "titleNView":false
  131. },
  132. "app-plus":{
  133. "titleNView":false
  134. }
  135. }
  136. }
  137. ,{
  138. "path" : "pages/paper/list",
  139. "style" : {
  140. "navigationBarTitleText": "考试列表"
  141. }
  142. }
  143. ,{
  144. "path" : "pages/repo/index",
  145. "style" : {
  146. "navigationBarTitleText": "题库训练",
  147. "enablePullDownRefresh": true,
  148. "h5":{
  149. "titleNView":false
  150. },
  151. "app-plus":{
  152. "titleNView": false
  153. }
  154. }
  155. }
  156. ,{
  157. "path" : "pages/repo/history",
  158. "style" : {
  159. "navigationBarTitleText": "训练记录"
  160. }
  161. }
  162. ,{
  163. "path" : "pages/repo/detail",
  164. "style" : {
  165. "navigationBarTitleText": "题库详情"
  166. }
  167. }
  168. ,{
  169. "path" : "pages/user/index",
  170. "style" : {
  171. "navigationBarTitleText": "用户中心",
  172. "h5":{
  173. "titleNView":false
  174. }
  175. }
  176. }
  177. ,{
  178. "path" : "pages/login/passwd",
  179. "style" : {
  180. "navigationBarTitleText": "修改密码"
  181. }
  182. }
  183. ,{
  184. "path" : "pages/repo/train",
  185. "style" : {
  186. "navigationBarTitleText": "题库训练"
  187. }
  188. }
  189. ,{
  190. "path" : "pages/notice/detail",
  191. "style" : {
  192. "navigationBarTitleText": "公告详情"
  193. }
  194. }
  195. ,{
  196. "path" : "pages/sys/about",
  197. "style" : {
  198. "navigationBarTitleText": "关于我们"
  199. }
  200. }
  201. ,{
  202. "path" : "pages/course/detail",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "课程详情",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ,{
  210. "path" : "pages/course/pdf",
  211. "style" :
  212. {
  213. "navigationBarTitleText": "课件阅读",
  214. "enablePullDownRefresh": false
  215. }
  216. }
  217. ,{
  218. "path" : "pages/course/video",
  219. "style" :
  220. {
  221. "navigationBarTitleText": "课件阅读",
  222. "enablePullDownRefresh": false
  223. }
  224. }
  225. ,{
  226. "path" : "pages/user/points/points",
  227. "style" :
  228. {
  229. "navigationBarTitleText": "积分日志",
  230. "enablePullDownRefresh": false
  231. }
  232. }
  233. ,{
  234. "path" : "pages/user/info/info",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "修改资料",
  238. "enablePullDownRefresh": false
  239. }
  240. }
  241. ,{
  242. "path" : "pages/course/live",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "课程直播",
  246. "enablePullDownRefresh": false
  247. }
  248. }
  249. ,{
  250. "path" : "pages/course/face",
  251. "style" :
  252. {
  253. "navigationBarTitleText": "刷脸校验",
  254. "enablePullDownRefresh": false
  255. }
  256. }
  257. ,{
  258. "path" : "pages/user/info/bind-mobile",
  259. "style" :
  260. {
  261. "navigationBarTitleText": "绑定手机",
  262. "enablePullDownRefresh": false
  263. }
  264. }
  265. ,{
  266. "path" : "pages/video/video",
  267. "style" :
  268. {
  269. "navigationBarTitleText": "",
  270. "enablePullDownRefresh": false
  271. }
  272. }
  273. ,{
  274. "path" : "pages/webview/webview",
  275. "style" :
  276. {
  277. "navigationBarTitleText": "",
  278. "enablePullDownRefresh": false
  279. }
  280. },
  281. {
  282. "path" : "pages/jumpApp/index",
  283. "style" :
  284. {
  285. "navigationBarTitleText": "请稍等...",
  286. "enablePullDownRefresh": false
  287. }
  288. }
  289. ],
  290. "globalStyle": {
  291. "navigationBarTextStyle": "white",
  292. "navigationBarTitleText": "在线考试系统",
  293. "navigationBarBackgroundColor": "#0279FF",
  294. "backgroundColor": "#fff"
  295. },
  296. "tabBar": {
  297. "color": "#888",
  298. "selectedColor": "#31abff",
  299. "borderStyle": "black",
  300. "backgroundColor": "#fefefe",
  301. "list": [{
  302. "pagePath": "pages/index/index",
  303. "iconPath": "static/menu/home.png",
  304. "selectedIconPath": "static/menu/home-fill.png",
  305. "text": "首页"
  306. }
  307. , {
  308. "pagePath": "pages/course/index",
  309. "iconPath": "static/menu/study.png",
  310. "selectedIconPath": "static/menu/study-fill.png",
  311. "text": "学习"
  312. }
  313. , {
  314. "pagePath": "pages/exam/index",
  315. "iconPath": "static/menu/exam.png",
  316. "selectedIconPath": "static/menu/exam-fill.png",
  317. "text": "考试"
  318. },
  319. {
  320. "pagePath": "pages/repo/index",
  321. "iconPath": "static/menu/train.png",
  322. "selectedIconPath": "static/menu/train-fill.png",
  323. "text": "训练"
  324. },
  325. {
  326. "pagePath": "pages/user/index",
  327. "iconPath": "static/menu/account.png",
  328. "selectedIconPath": "static/menu/account-fill.png",
  329. "text": "我的"
  330. }
  331. ]
  332. }
  333. }