pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. // 打开页面出现抖音账号绑定
  2. {
  3. "pages": [{
  4. "path": "pages/selectionsquare/selectionsquare",
  5. "style": {
  6. "enablePullDownRefresh": true,
  7. "onReachBottomDistance": 100,
  8. "navigationBarTitleText": "YoungGee",
  9. "navigationStyle": "custom",
  10. "app-plus": {
  11. "titleNView": false
  12. }
  13. }
  14. },
  15. {
  16. "path": "pages/tasksquare/tasksquare",
  17. "style": {
  18. "enablePullDownRefresh": true,
  19. "onReachBottomDistance": 100,
  20. "navigationBarTitleText": "YoungGee",
  21. "navigationStyle": "custom",
  22. "app-plus": {
  23. "titleNView": false
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/login/login",
  29. "style": {
  30. "navigationBarTitleText": "YoungGee",
  31. "navigationStyle": "custom",
  32. "navigationBarTextStyle": "black"
  33. }
  34. },
  35. {
  36. "path": "pages/login/userinfo",
  37. "style": {
  38. "navigationBarTitleText": "YoungGee",
  39. "navigationStyle": "custom",
  40. "navigationBarTextStyle": "black"
  41. }
  42. },
  43. {
  44. "path": "pages/workspace/workspace",
  45. "style": {
  46. "navigationBarTitleText": "YoungGee",
  47. "navigationStyle": "custom",
  48. "navigationBarTextStyle": "black"
  49. }
  50. },
  51. {
  52. "path": "pages/mycenter/mycenter",
  53. "style": {
  54. "navigationBarTitleText": "YoungGee",
  55. "navigationStyle": "custom",
  56. "navigationBarTextStyle": "black"
  57. }
  58. },
  59. {
  60. "path": "pages/test/test",
  61. "style": {
  62. "navigationBarTitleText": "YoungGee",
  63. "navigationStyle": "custom",
  64. "navigationBarTextStyle": "black"
  65. }
  66. },
  67. {
  68. "path": "pages/byd/byd",
  69. "style": {
  70. "enablePullDownRefresh": true,
  71. "onReachBottomDistance": 100,
  72. "navigationBarTitleText": "YoungGee",
  73. "navigationStyle": "custom",
  74. "app-plus": {
  75. "titleNView": false
  76. }
  77. }
  78. }
  79. ],
  80. "subPackages": [{
  81. "root": "page_mycenter",
  82. "pages": [{
  83. "path": "myinformation/personinfo",
  84. "style": {
  85. "navigationBarTitleText": "YoungGee",
  86. "navigationStyle": "custom",
  87. "navigationBarTextStyle": "black"
  88. }
  89. }, {
  90. "path": "myinformation/mylocation",
  91. "style": {
  92. "navigationBarTitleText": "YoungGee",
  93. "navigationStyle": "custom",
  94. "navigationBarTextStyle": "black"
  95. }
  96. }, {
  97. "path": "myinformation/myaccount",
  98. "style": {
  99. "navigationBarTitleText": "YoungGee",
  100. "navigationStyle": "custom",
  101. "navigationBarTextStyle": "black"
  102. }
  103. }, {
  104. "path": "myinformation/mybank",
  105. "style": {
  106. "navigationBarTitleText": "YoungGee",
  107. "navigationStyle": "custom",
  108. "navigationBarTextStyle": "black"
  109. }
  110. }, {
  111. "path": "myinformation/addlocation",
  112. "style": {
  113. "navigationBarTitleText": "YoungGee",
  114. "navigationStyle": "custom",
  115. "navigationBarTextStyle": "black"
  116. }
  117. }, {
  118. "path": "myinformation/bindaccount",
  119. "style": {
  120. "navigationBarTitleText": "YoungGee",
  121. "navigationStyle": "custom",
  122. "navigationBarTextStyle": "black"
  123. }
  124. }, {
  125. "path": "mytask/mytask",
  126. "style": {
  127. "navigationBarTitleText": "YoungGee",
  128. "navigationStyle": "custom",
  129. "navigationBarTextStyle": "black"
  130. }
  131. }, {
  132. "path": "myincome/myincome",
  133. "style": {
  134. "navigationBarTitleText": "YoungGee",
  135. "navigationStyle": "custom",
  136. "navigationBarTextStyle": "black"
  137. }
  138. }, {
  139. "path": "myincome/applywithdraw",
  140. "style": {
  141. "navigationBarTitleText": "YoungGee",
  142. "navigationStyle": "custom",
  143. "navigationBarTextStyle": "black"
  144. }
  145. }, {
  146. "path": "message",
  147. "style": {
  148. "navigationBarTitleText": "YoungGee",
  149. "navigationStyle": "custom",
  150. "navigationBarTextStyle": "black"
  151. }
  152. }, {
  153. "path": "myinformation/myinformation",
  154. "style": {
  155. "navigationBarTitleText": "YoungGee",
  156. "navigationStyle": "custom",
  157. "navigationBarTextStyle": "black"
  158. }
  159. }, {
  160. "path": "mypoint/mypoint",
  161. "style": {
  162. "navigationBarTitleText": "YoungGee",
  163. "navigationStyle": "custom",
  164. "navigationBarTextStyle": "black"
  165. }
  166. }, {
  167. "path": "myteam/myteam",
  168. "style": {
  169. "navigationBarTitleText": "YoungGee",
  170. "navigationStyle": "custom",
  171. "navigationBarTextStyle": "black"
  172. }
  173. }, {
  174. "path": "myselection/myselection",
  175. "style": {
  176. "navigationBarTitleText": "YoungGee",
  177. "navigationStyle": "custom",
  178. "navigationBarTextStyle": "black"
  179. }
  180. },
  181. {
  182. "path": "bindaccounts/douyinbind",
  183. "style": {
  184. "navigationBarTitleText": "YoungGee",
  185. "navigationStyle": "custom",
  186. "navigationBarTextStyle": "black"
  187. }
  188. },
  189. {
  190. "path": "bindaccounts/kuaishoubind",
  191. "style": {
  192. "navigationBarTitleText": "YoungGee",
  193. "navigationStyle": "custom",
  194. "navigationBarTextStyle": "black"
  195. }
  196. }
  197. ]
  198. },
  199. {
  200. "root": "page_selectionsquare",
  201. "pages": [{
  202. "path": "selectiondetail/selectiondetail",
  203. "style": {
  204. "navigationBarTitleText": "YoungGee",
  205. "navigationStyle": "custom",
  206. "navigationBarTextStyle": "black"
  207. }
  208. }, {
  209. "path": "selectiondetail/information",
  210. "style": {
  211. "navigationBarTitleText": "YoungGee",
  212. "navigationStyle": "custom",
  213. "navigationBarTextStyle": "black"
  214. }
  215. }, {
  216. "path": "selectiondetail/success",
  217. "style": {
  218. "navigationBarTitleText": "YoungGee",
  219. "navigationStyle": "custom",
  220. "navigationBarTextStyle": "black"
  221. }
  222. }, {
  223. "path": "search",
  224. "style": {
  225. "navigationBarTitleText": "YoungGee",
  226. "navigationStyle": "custom",
  227. "navigationBarTextStyle": "black"
  228. }
  229. }]
  230. }, {
  231. "root": "page_tasksquare",
  232. "pages": [{
  233. "path": "wholetask/taskdetail",
  234. "style": {
  235. "navigationBarTitleText": "YoungGee",
  236. "navigationStyle": "custom",
  237. "navigationBarTextStyle": "black"
  238. }
  239. }, {
  240. "path": "bindinfo",
  241. "style": {
  242. "navigationBarTitleText": "YoungGee",
  243. "navigationStyle": "custom",
  244. "navigationBarTextStyle": "black"
  245. }
  246. }, {
  247. "path": "banner/guide",
  248. "style": {
  249. "navigationBarTitleText": "YoungGee",
  250. "navigationStyle": "custom",
  251. "navigationBarTextStyle": "black"
  252. }
  253. }, {
  254. "path": "banner/cooperation",
  255. "style": {
  256. "navigationBarTitleText": "YoungGee",
  257. "navigationStyle": "custom",
  258. "navigationBarTextStyle": "black"
  259. }
  260. }, {
  261. "path": "wholetask/information",
  262. "style": {
  263. "navigationBarTitleText": "YoungGee",
  264. "navigationStyle": "custom",
  265. "navigationBarTextStyle": "black"
  266. }
  267. }, {
  268. "path": "wholetask/success",
  269. "style": {
  270. "navigationBarTitleText": "YoungGee",
  271. "navigationStyle": "custom",
  272. "navigationBarTextStyle": "black"
  273. }
  274. }, {
  275. "path": "specialtask/specialTaskDetail",
  276. "style": {
  277. "navigationBarTitleText": "YoungGee",
  278. "navigationStyle": "custom",
  279. "navigationBarTextStyle": "black"
  280. }
  281. }, {
  282. "path": "specialtask/information",
  283. "style": {
  284. "navigationBarTitleText": "YoungGee",
  285. "navigationStyle": "custom",
  286. "navigationBarTextStyle": "black"
  287. }
  288. }, {
  289. "path": "search",
  290. "style": {
  291. "navigationBarTitleText": "YoungGee",
  292. "navigationStyle": "custom",
  293. "navigationBarTextStyle": "black"
  294. }
  295. }, {
  296. "path": "banner/guanwang",
  297. "style": {
  298. "navigationBarTitleText": "YoungGee",
  299. "navigationStyle": "custom",
  300. "navigationBarTextStyle": "black"
  301. }
  302. }]
  303. },
  304. {
  305. "root": "page_workspace",
  306. "pages": [{
  307. "path": "task/taskdetail",
  308. "style": {
  309. "navigationBarTitleText": "YoungGee",
  310. "navigationStyle": "custom",
  311. "navigationBarTextStyle": "black"
  312. }
  313. }, {
  314. "path": "task/information/applyInformation",
  315. "style": {
  316. "navigationBarTitleText": "YoungGee",
  317. "navigationStyle": "custom",
  318. "navigationBarTextStyle": "black"
  319. }
  320. }, {
  321. "path": "task/information/deliveryInformation",
  322. "style": {
  323. "navigationBarTitleText": "YoungGee",
  324. "navigationStyle": "custom",
  325. "navigationBarTextStyle": "black"
  326. }
  327. }, {
  328. "path": "task/upload/uploadscript",
  329. "style": {
  330. "navigationBarTitleText": "YoungGee",
  331. "navigationStyle": "custom",
  332. "navigationBarTextStyle": "black"
  333. }
  334. }, {
  335. "path": "task/record/scriptrecord",
  336. "style": {
  337. "navigationBarTitleText": "YoungGee",
  338. "navigationStyle": "custom",
  339. "navigationBarTextStyle": "black"
  340. }
  341. }, {
  342. "path": "task/upload/uploadsketch",
  343. "style": {
  344. "navigationBarTitleText": "YoungGee",
  345. "navigationStyle": "custom",
  346. "navigationBarTextStyle": "black"
  347. }
  348. }, {
  349. "path": "task/record/sketchrecord",
  350. "style": {
  351. "navigationBarTitleText": "YoungGee",
  352. "navigationStyle": "custom",
  353. "navigationBarTextStyle": "black"
  354. }
  355. }, {
  356. "path": "task/upload/uploadlink",
  357. "style": {
  358. "navigationBarTitleText": "YoungGee",
  359. "navigationStyle": "custom",
  360. "navigationBarTextStyle": "black"
  361. }
  362. }, {
  363. "path": "task/record/linkrecord",
  364. "style": {
  365. "navigationBarTitleText": "YoungGee",
  366. "navigationStyle": "custom",
  367. "navigationBarTextStyle": "black"
  368. }
  369. }, {
  370. "path": "task/upload/uploaddata",
  371. "style": {
  372. "navigationBarTitleText": "YoungGee",
  373. "navigationStyle": "custom",
  374. "navigationBarTextStyle": "black"
  375. }
  376. }, {
  377. "path": "task/record/datarecord",
  378. "style": {
  379. "navigationBarTitleText": "YoungGee",
  380. "navigationStyle": "custom",
  381. "navigationBarTextStyle": "black"
  382. }
  383. }, {
  384. "path": "task/editaddress",
  385. "style": {
  386. "navigationBarTitleText": "YoungGee",
  387. "navigationStyle": "custom",
  388. "navigationBarTextStyle": "black"
  389. }
  390. }, {
  391. "path": "selection/sectaskdetail",
  392. "style": {
  393. "navigationBarTitleText": "YoungGee",
  394. "navigationStyle": "custom",
  395. "navigationBarTextStyle": "black"
  396. }
  397. }, {
  398. "path": "selection/sectaskdetail1",
  399. "style": {
  400. "navigationBarTitleText": "YoungGee",
  401. "navigationStyle": "custom",
  402. "navigationBarTextStyle": "black"
  403. }
  404. }, {
  405. "path": "selection/assignment/upload",
  406. "style": {
  407. "navigationBarTitleText": "YoungGee",
  408. "navigationStyle": "custom",
  409. "navigationBarTextStyle": "black"
  410. }
  411. }, {
  412. "path": "selection/assignment/upload1",
  413. "style": {
  414. "navigationBarTitleText": "YoungGee",
  415. "navigationStyle": "custom",
  416. "navigationBarTextStyle": "black"
  417. }
  418. }, {
  419. "path": "selection/logistics/logisticsdetail",
  420. "style": {
  421. "navigationBarTitleText": "YoungGee",
  422. "navigationStyle": "custom",
  423. "navigationBarTextStyle": "black"
  424. }
  425. }]
  426. }
  427. ],
  428. "globalStyle": {
  429. "navigationBarTextStyle": "black",
  430. "navigationBarTitleText": "uni-app",
  431. "navigationBarBackgroundColor": "#ffffff",
  432. "backgroundColor": "#F8F8F8",
  433. "app-plus": {
  434. "background": "#efeff4"
  435. }
  436. },
  437. // 底部导航栏
  438. "tabBar": {
  439. "color": "black",
  440. "selectedColor": "#FFE040",
  441. "backgroundColor": "#ffffff",
  442. "list": [{
  443. "text": "带货",
  444. "pagePath": "pages/selectionsquare/selectionsquare",
  445. "iconPath": "static/img/icon-shop1.png",
  446. "selectedIconPath": "static/img/icon-shop2.png"
  447. }, {
  448. "text": "种草",
  449. "pagePath": "pages/tasksquare/tasksquare",
  450. "iconPath": "static/img/zhongcao-hui.png",
  451. "selectedIconPath": "static/img/zhongcao.png"
  452. // "iconPath": "static/img/icon-square1.png",
  453. // "selectedIconPath": "static/img/icon-square2.png",
  454. }, {
  455. "text": "工作台",
  456. "pagePath": "pages/workspace/workspace",
  457. "iconPath": "static/img/icon-workspace1.png",
  458. "selectedIconPath": "static/img/icon-workspace2.png"
  459. }, {
  460. "text": "我的",
  461. "pagePath": "pages/mycenter/mycenter",
  462. "iconPath": "static/img/icon-my1.png",
  463. "selectedIconPath": "static/img/icon-my2.png"
  464. }]
  465. },
  466. "condition": { //模式配置,仅开发期间生效
  467. "current": 0, //当前激活的模式(list 的索引项)
  468. "list": [{
  469. "name": "", //模式名称
  470. "path": "", //启动页面,必选
  471. "query": "" //启动参数,在页面的onLoad函数里面得到
  472. }]
  473. }
  474. }