四零语境后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

525 lines
13 KiB

1 month ago
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "uniapp",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "white",
  7. "backgroundColor": "#000000"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#aaa",
  18. "selectedColor": "#39b54a",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "height": "50px",
  22. "fontSize": "11px",
  23. "iconWidth": "24px",
  24. "spacing": "3px",
  25. "list": [
  26. {
  27. "iconPath": "static/tabbar/tabbar-message-2.png",
  28. "selectedIconPath": "static/tabbar/tabbar-message.png",
  29. "pagePath": "pages/message/message",
  30. "text": "消息"
  31. },
  32. {
  33. "iconPath": "static/tabbar/tabbar-home-2.png",
  34. "selectedIconPath": "static/tabbar/tabbar-home.png",
  35. "pagePath": "pages/index/index",
  36. "text": "协作"
  37. },
  38. {
  39. "iconPath": "static/tabbar/tabbar-user-2.png",
  40. "selectedIconPath": "static/tabbar/tabbar-user.png",
  41. "pagePath": "pages/user/people",
  42. "text": "个人"
  43. }
  44. ]
  45. },
  46. "pages": [
  47. {
  48. "path": "pages/index/index",
  49. "type": "home",
  50. "layout": "default",
  51. "style": {
  52. "navigationStyle": "custom",
  53. "navigationBarTitleText": "首页",
  54. "disableScroll": true,
  55. "app-plus": {
  56. "bounce": "none"
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/about/about",
  62. "type": "page",
  63. "style": {
  64. "navigationBarTitleText": "关于"
  65. }
  66. },
  67. {
  68. "path": "pages/annotation/annotationDetail",
  69. "type": "page",
  70. "layout": "default",
  71. "style": {
  72. "navigationBarTitleText": "",
  73. "navigationStyle": "custom",
  74. "disableScroll": true,
  75. "app-plus": {
  76. "bounce": "none"
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/annotation/annotationList",
  82. "type": "page",
  83. "layout": "default",
  84. "style": {
  85. "navigationBarTitleText": "我的消息",
  86. "navigationStyle": "custom",
  87. "disableScroll": true,
  88. "app-plus": {
  89. "bounce": "none"
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/demo/demo",
  95. "type": "page",
  96. "layout": "default",
  97. "style": {
  98. "navigationBarTitleText": "demo演示",
  99. "navigationStyle": "custom",
  100. "disableScroll": true,
  101. "app-plus": {
  102. "bounce": "none"
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/demo/form",
  108. "type": "page",
  109. "layout": "default",
  110. "style": {
  111. "navigationBarTitleText": "表单",
  112. "navigationStyle": "custom",
  113. "disableScroll": true,
  114. "app-plus": {
  115. "bounce": "none"
  116. }
  117. }
  118. },
  119. {
  120. "path": "pages/demo/indexBar",
  121. "type": "page",
  122. "layout": "default",
  123. "style": {
  124. "navigationStyle": "custom",
  125. "navigationBarTitleText": "通讯录",
  126. "disableScroll": true,
  127. "app-plus": {
  128. "bounce": "none"
  129. }
  130. }
  131. },
  132. {
  133. "path": "pages/demo/selectPicker",
  134. "type": "page",
  135. "layout": "default",
  136. "style": {
  137. "navigationBarTitleText": "单选多选",
  138. "navigationStyle": "custom",
  139. "disableScroll": true,
  140. "app-plus": {
  141. "bounce": "none"
  142. }
  143. }
  144. },
  145. {
  146. "path": "pages/demo/tree",
  147. "type": "page",
  148. "layout": "default",
  149. "style": {
  150. "navigationBarTitleText": "树示例",
  151. "navigationStyle": "custom",
  152. "disableScroll": true,
  153. "app-plus": {
  154. "bounce": "none"
  155. }
  156. }
  157. },
  158. {
  159. "path": "pages/login/login",
  160. "type": "page",
  161. "style": {
  162. "navigationStyle": "custom",
  163. "navigationBarTitleText": "",
  164. "disableScroll": true,
  165. "app-plus": {
  166. "bounce": "none"
  167. }
  168. }
  169. },
  170. {
  171. "path": "pages/login/loginOauth2",
  172. "type": "page"
  173. },
  174. {
  175. "path": "pages/message/message",
  176. "type": "page",
  177. "layout": "default",
  178. "style": {
  179. "navigationBarTitleText": "",
  180. "navigationStyle": "custom",
  181. "disableScroll": true,
  182. "app-plus": {
  183. "bounce": "none"
  184. }
  185. }
  186. },
  187. {
  188. "path": "pages/more/more",
  189. "type": "page",
  190. "layout": "default",
  191. "style": {
  192. "navigationBarTitleText": "更多",
  193. "navigationStyle": "custom",
  194. "disableScroll": true,
  195. "app-plus": {
  196. "bounce": "none"
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/user/people",
  202. "type": "page",
  203. "layout": "default",
  204. "style": {
  205. "navigationStyle": "custom",
  206. "navigationBarTitleText": "个人",
  207. "disableScroll": true,
  208. "app-plus": {
  209. "bounce": "none"
  210. }
  211. }
  212. },
  213. {
  214. "path": "pages/workHome/workHome",
  215. "type": "page",
  216. "layout": "default",
  217. "style": {
  218. "navigationBarTitleText": "工作台",
  219. "navigationStyle": "custom",
  220. "disableScroll": true,
  221. "app-plus": {
  222. "bounce": "none"
  223. }
  224. }
  225. }
  226. ],
  227. "subPackages": [
  228. {
  229. "root": "pages-home",
  230. "pages": [
  231. {
  232. "path": "home/home",
  233. "type": "page",
  234. "layout": "default",
  235. "style": {
  236. "navigationBarTitleText": "",
  237. "disableScroll": true,
  238. "app-plus": {
  239. "bounce": "none"
  240. }
  241. }
  242. }
  243. ]
  244. },
  245. {
  246. "root": "pages-message",
  247. "pages": [
  248. {
  249. "path": "chat/chat",
  250. "type": "page",
  251. "layout": "default",
  252. "style": {
  253. "navigationBarTitleText": "聊天",
  254. "navigationStyle": "custom",
  255. "disableScroll": true,
  256. "app-plus": {
  257. "bounce": "none"
  258. }
  259. }
  260. },
  261. {
  262. "path": "chat/chatSetting",
  263. "type": "page",
  264. "layout": "default",
  265. "style": {
  266. "navigationBarTitleText": "",
  267. "navigationStyle": "custom",
  268. "disableScroll": true,
  269. "app-plus": {
  270. "bounce": "none"
  271. }
  272. }
  273. },
  274. {
  275. "path": "contacts/contacts",
  276. "type": "page",
  277. "layout": "default",
  278. "style": {
  279. "navigationStyle": "custom",
  280. "navigationBarTitleText": "联系人",
  281. "disableScroll": true,
  282. "app-plus": {
  283. "bounce": "none"
  284. }
  285. }
  286. },
  287. {
  288. "path": "moreFunction/moreFunction",
  289. "type": "page",
  290. "layout": "default",
  291. "style": {
  292. "navigationBarTitleText": "",
  293. "navigationStyle": "custom",
  294. "disableScroll": true,
  295. "app-plus": {
  296. "bounce": "none"
  297. }
  298. }
  299. },
  300. {
  301. "path": "myGroup/addGroup",
  302. "type": "page",
  303. "layout": "default",
  304. "style": {
  305. "navigationBarTitleText": "创建群组",
  306. "navigationStyle": "custom",
  307. "disableScroll": true,
  308. "app-plus": {
  309. "bounce": "none"
  310. }
  311. }
  312. },
  313. {
  314. "path": "myGroup/groupPage",
  315. "type": "page",
  316. "layout": "default",
  317. "style": {
  318. "navigationBarTitleText": "",
  319. "navigationStyle": "custom",
  320. "disableScroll": true,
  321. "app-plus": {
  322. "bounce": "none"
  323. }
  324. }
  325. },
  326. {
  327. "path": "myGroup/myGroup",
  328. "type": "page",
  329. "layout": "default",
  330. "style": {
  331. "navigationBarTitleText": "",
  332. "navigationStyle": "custom",
  333. "disableScroll": true,
  334. "app-plus": {
  335. "bounce": "none"
  336. }
  337. }
  338. },
  339. {
  340. "path": "personPage/personPage",
  341. "type": "page",
  342. "layout": "default",
  343. "style": {
  344. "navigationBarTitleText": "",
  345. "navigationStyle": "custom",
  346. "disableScroll": true,
  347. "app-plus": {
  348. "bounce": "none"
  349. }
  350. }
  351. },
  352. {
  353. "path": "tenant/tenant",
  354. "type": "page",
  355. "layout": "default",
  356. "style": {
  357. "navigationBarTitleText": "",
  358. "navigationStyle": "custom",
  359. "disableScroll": true,
  360. "app-plus": {
  361. "bounce": "none"
  362. }
  363. }
  364. }
  365. ]
  366. },
  367. {
  368. "root": "pages-user",
  369. "pages": [
  370. {
  371. "path": "location/location",
  372. "type": "page",
  373. "layout": "default",
  374. "style": {
  375. "navigationBarTitleText": "",
  376. "navigationStyle": "custom",
  377. "disableScroll": true,
  378. "app-plus": {
  379. "bounce": "none"
  380. }
  381. }
  382. },
  383. {
  384. "path": "organization/organization",
  385. "type": "page",
  386. "layout": "default",
  387. "style": {
  388. "navigationBarTitleText": "",
  389. "navigationStyle": "custom",
  390. "disableScroll": true,
  391. "app-plus": {
  392. "bounce": "none"
  393. }
  394. }
  395. },
  396. {
  397. "path": "userDetail/userDetail",
  398. "type": "page",
  399. "layout": "default",
  400. "style": {
  401. "navigationBarTitleText": "",
  402. "navigationStyle": "custom",
  403. "disableScroll": true,
  404. "app-plus": {
  405. "bounce": "none"
  406. }
  407. }
  408. },
  409. {
  410. "path": "userEdit/userEdit",
  411. "type": "page",
  412. "layout": "default",
  413. "style": {
  414. "navigationBarTitleText": "",
  415. "navigationStyle": "custom",
  416. "disableScroll": true,
  417. "app-plus": {
  418. "bounce": "none"
  419. }
  420. }
  421. }
  422. ]
  423. },
  424. {
  425. "root": "pages-work",
  426. "pages": [
  427. {
  428. "path": "dragPage/index",
  429. "type": "page",
  430. "layout": "default",
  431. "style": {
  432. "navigationStyle": "custom",
  433. "navigationBarTitleText": "仪表盘",
  434. "disableScroll": true,
  435. "app-plus": {
  436. "bounce": "none"
  437. }
  438. }
  439. },
  440. {
  441. "path": "onlinePage/onlineAdd",
  442. "type": "page",
  443. "layout": "default",
  444. "style": {
  445. "navigationStyle": "custom",
  446. "navigationBarTitleText": "Online表单新增",
  447. "disableScroll": true,
  448. "app-plus": {
  449. "bounce": "none"
  450. }
  451. }
  452. },
  453. {
  454. "path": "onlinePage/onlineDetail",
  455. "type": "page",
  456. "layout": "default",
  457. "style": {
  458. "navigationStyle": "custom",
  459. "navigationBarTitleText": "Online表单详情",
  460. "disableScroll": true,
  461. "app-plus": {
  462. "bounce": "none"
  463. }
  464. }
  465. },
  466. {
  467. "path": "onlinePage/onlineEdit",
  468. "type": "page",
  469. "layout": "default",
  470. "style": {
  471. "navigationStyle": "custom",
  472. "navigationBarTitleText": "Online表单编辑",
  473. "disableScroll": true,
  474. "app-plus": {
  475. "bounce": "none"
  476. }
  477. }
  478. }
  479. ]
  480. },
  481. {
  482. "root": "pages-sub",
  483. "pages": [
  484. {
  485. "path": "online/online",
  486. "type": "page",
  487. "layout": "default",
  488. "style": {
  489. "navigationBarTitleText": "online",
  490. "navigationStyle": "custom",
  491. "disableScroll": true,
  492. "app-plus": {
  493. "bounce": "none"
  494. }
  495. }
  496. },
  497. {
  498. "path": "online/onlineCard",
  499. "type": "page",
  500. "layout": "default",
  501. "style": {
  502. "navigationBarTitleText": "",
  503. "navigationStyle": "custom",
  504. "disableScroll": true,
  505. "app-plus": {
  506. "bounce": "none"
  507. }
  508. }
  509. },
  510. {
  511. "path": "online/onlineTable",
  512. "type": "page",
  513. "layout": "default",
  514. "style": {
  515. "navigationBarTitleText": "",
  516. "navigationStyle": "custom",
  517. "disableScroll": true,
  518. "app-plus": {
  519. "bounce": "none"
  520. }
  521. }
  522. }
  523. ]
  524. }
  525. ]
  526. }