pages.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  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. "enablePullDownRefresh": true
  142. }
  143. }
  144. ,{
  145. "path" : "pages/repo/index",
  146. "style" : {
  147. "navigationBarTitleText": "题库训练",
  148. "enablePullDownRefresh": true,
  149. "h5":{
  150. "titleNView":false
  151. },
  152. "app-plus":{
  153. "titleNView": false
  154. }
  155. }
  156. }
  157. ,{
  158. "path" : "pages/repo/history",
  159. "style" : {
  160. "navigationBarTitleText": "训练记录"
  161. }
  162. }
  163. ,{
  164. "path" : "pages/repo/detail",
  165. "style" : {
  166. "navigationBarTitleText": "题库详情"
  167. }
  168. }
  169. ,{
  170. "path" : "pages/user/index",
  171. "style" : {
  172. "navigationBarTitleText": "用户中心",
  173. "h5":{
  174. "titleNView":false
  175. }
  176. }
  177. }
  178. ,{
  179. "path" : "pages/login/passwd",
  180. "style" : {
  181. "navigationBarTitleText": "修改密码"
  182. }
  183. }
  184. ,{
  185. "path" : "pages/repo/train",
  186. "style" : {
  187. "navigationBarTitleText": "题库训练"
  188. }
  189. }
  190. ,{
  191. "path" : "pages/notice/detail",
  192. "style" : {
  193. "navigationBarTitleText": "公告详情"
  194. }
  195. }
  196. ,{
  197. "path" : "pages/sys/about",
  198. "style" : {
  199. "navigationBarTitleText": "关于我们"
  200. }
  201. }
  202. ,{
  203. "path" : "pages/course/detail",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "课程详情",
  207. "enablePullDownRefresh": false
  208. }
  209. }
  210. ,{
  211. "path" : "pages/course/pdf",
  212. "style" :
  213. {
  214. "navigationBarTitleText": "课件阅读",
  215. "enablePullDownRefresh": false
  216. }
  217. }
  218. ,{
  219. "path" : "pages/course/video",
  220. "style" :
  221. {
  222. "navigationBarTitleText": "课件阅读",
  223. "enablePullDownRefresh": false
  224. }
  225. }
  226. ,{
  227. "path" : "pages/user/points/points",
  228. "style" :
  229. {
  230. "navigationBarTitleText": "积分日志",
  231. "enablePullDownRefresh": false
  232. }
  233. }
  234. ,{
  235. "path" : "pages/user/info/info",
  236. "style" :
  237. {
  238. "navigationBarTitleText": "修改资料",
  239. "enablePullDownRefresh": false
  240. }
  241. }
  242. ,{
  243. "path" : "pages/course/live",
  244. "style" :
  245. {
  246. "navigationBarTitleText": "课程直播",
  247. "enablePullDownRefresh": false
  248. }
  249. }
  250. ,{
  251. "path" : "pages/course/face",
  252. "style" :
  253. {
  254. "navigationBarTitleText": "刷脸校验",
  255. "enablePullDownRefresh": false
  256. }
  257. }
  258. ,{
  259. "path" : "pages/user/info/bind-mobile",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "绑定手机",
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{
  267. "path" : "pages/video/video",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "",
  271. "enablePullDownRefresh": false
  272. }
  273. }
  274. ,{
  275. "path" : "pages/webview/webview",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "",
  279. "enablePullDownRefresh": false
  280. }
  281. },
  282. {
  283. "path" : "pages/jumpApp/index",
  284. "style" :
  285. {
  286. "navigationBarTitleText": "请稍等...",
  287. "enablePullDownRefresh": false
  288. }
  289. }
  290. ],
  291. "globalStyle": {
  292. "navigationBarTextStyle": "white",
  293. "navigationBarTitleText": "在线考试系统",
  294. "navigationBarBackgroundColor": "#0279FF",
  295. "backgroundColor": "#fff"
  296. },
  297. "tabBar": {
  298. "color": "#888",
  299. "selectedColor": "#31abff",
  300. "borderStyle": "black",
  301. "backgroundColor": "#fefefe",
  302. "list": [{
  303. "pagePath": "pages/index/index",
  304. "iconPath": "static/menu/home.png",
  305. "selectedIconPath": "static/menu/home-fill.png",
  306. "text": "首页"
  307. }
  308. , {
  309. "pagePath": "pages/course/index",
  310. "iconPath": "static/menu/study.png",
  311. "selectedIconPath": "static/menu/study-fill.png",
  312. "text": "学习"
  313. }
  314. , {
  315. "pagePath": "pages/exam/index",
  316. "iconPath": "static/menu/exam.png",
  317. "selectedIconPath": "static/menu/exam-fill.png",
  318. "text": "考试"
  319. },
  320. {
  321. "pagePath": "pages/repo/index",
  322. "iconPath": "static/menu/train.png",
  323. "selectedIconPath": "static/menu/train-fill.png",
  324. "text": "训练"
  325. },
  326. {
  327. "pagePath": "pages/user/index",
  328. "iconPath": "static/menu/account.png",
  329. "selectedIconPath": "static/menu/account-fill.png",
  330. "text": "我的"
  331. }
  332. ]
  333. }
  334. }