pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
  4. "^ins-(.*)": "@/components/ins-$1.vue",
  5. "^wike-(.*)": "@/components/wike-$1/wike-$1.vue",
  6. "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue",
  7. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  8. },
  9. "pages": [{
  10. "path": "pages/index/index",
  11. "aliasPath": "/",
  12. "style": {
  13. "navigationBarTextStyle": "black",
  14. "navigationBarTitleText": "首页",
  15. "navigationBarBackgroundColor": "#F5FFFD",
  16. "backgroundColor": "#fff",
  17. "onReachBottomDistance": 20,
  18. // #ifdef H5
  19. "navigationStyle": "custom",
  20. // #endif
  21. "enablePullDownRefresh": false
  22. },
  23. "meta": {
  24. "auth": false,
  25. "title": ""
  26. }
  27. }, {
  28. "path": "pages/painting/painting",
  29. "style": {
  30. "navigationBarTitleText": "AI绘画",
  31. "navigationBarBackgroundColor": "#F5FFFD",
  32. // #ifdef H5
  33. "navigationStyle": "custom",
  34. // #endif
  35. "enablePullDownRefresh": false,
  36. "backgroundColor": "#fff"
  37. }
  38. },
  39. {
  40. "path": "pages/user/user",
  41. "style": {
  42. "navigationBarTitleText": "个人中心",
  43. "enablePullDownRefresh": false,
  44. "navigationBarTextStyle": "black",
  45. // #ifdef H5
  46. "navigationStyle": "custom",
  47. // #endif
  48. "navigationBarBackgroundColor": "#F5FFFD",
  49. "backgroundColor": "#F2F2F2"
  50. },
  51. "meta": {
  52. "auth": true,
  53. "title": ""
  54. }
  55. },
  56. {
  57. "path": "pages/digitalMen/index",
  58. "style": {
  59. "navigationBarTitleText": "数字人",
  60. "navigationStyle": "custom",
  61. "navigationBarTextStyle": "black",
  62. "navigationBarBackgroundColor": "#fff",
  63. "backgroundColor": "#F1F1F1",
  64. "onReachBottomDistance": 0
  65. },
  66. "meta": {
  67. "auth": true,
  68. "title": ""
  69. }
  70. },
  71. {
  72. "path": "pages/digitalMen/generate/index",
  73. "style": {
  74. "navigationBarTitleText": "数字人创建",
  75. "navigationStyle": "custom",
  76. "navigationBarTextStyle": "black",
  77. "navigationBarBackgroundColor": "#fff",
  78. "backgroundColor": "#F1F1F1",
  79. "onReachBottomDistance": 0
  80. },
  81. "meta": {
  82. "auth": true,
  83. "title": ""
  84. }
  85. },
  86. {
  87. "path": "pages/employee/index",
  88. "style": {
  89. "navigationBarTitleText": "数智员工",
  90. "navigationStyle": "custom",
  91. "navigationBarTextStyle": "black",
  92. "navigationBarBackgroundColor": "#fff",
  93. "backgroundColor": "#F1F1F1",
  94. "onReachBottomDistance": 0
  95. },
  96. "meta": {
  97. "auth": true,
  98. "title": ""
  99. }
  100. },
  101. {
  102. "path": "pages/digitalMen/workDetail/index",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "navigationStyle": "custom",
  106. "navigationBarTextStyle": "black",
  107. "navigationBarBackgroundColor": "#fff",
  108. "backgroundColor": "#F1F1F1",
  109. "onReachBottomDistance": 0
  110. },
  111. "meta": {
  112. "auth": true,
  113. "title": ""
  114. }
  115. },
  116. {
  117. "path": "pages/chat/chat",
  118. "style": {
  119. "navigationBarTitleText": "",
  120. "navigationStyle": "custom",
  121. "navigationBarTextStyle": "black",
  122. "navigationBarBackgroundColor": "#fff",
  123. "backgroundColor": "#F1F1F1",
  124. "onReachBottomDistance": 0
  125. },
  126. "meta": {
  127. "auth": true,
  128. "title": ""
  129. }
  130. }, {
  131. "path": "pages/user/signin",
  132. "style": {
  133. "navigationBarTitleText": "登录",
  134. "enablePullDownRefresh": false,
  135. // "navigationBarBackgroundColor": "#ffffff",
  136. "navigationBarTextStyle": "white",
  137. "navigationStyle": "custom"
  138. },
  139. "meta": {
  140. "auth": false,
  141. "title": ""
  142. }
  143. }, {
  144. "path": "pages/user/public/agreement",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. "enablePullDownRefresh": false,
  148. "navigationBarBackgroundColor": "#ffffff",
  149. "navigationBarTextStyle": "white",
  150. "navigationStyle": "custom"
  151. },
  152. "meta": {
  153. "auth": false,
  154. "title": ""
  155. }
  156. }, {
  157. "path": "pages/user/freeScore/index",
  158. "style": {
  159. "navigationBarTitleText": "",
  160. "enablePullDownRefresh": false,
  161. "navigationBarBackgroundColor": "#ffffff",
  162. "navigationBarTextStyle": "white",
  163. "navigationStyle": "custom"
  164. },
  165. "meta": {
  166. "auth": false,
  167. "title": ""
  168. }
  169. }
  170. ,
  171. {
  172. "path": "pages/user/public/lead",
  173. "style": {
  174. "navigationBarTitleText": "",
  175. "enablePullDownRefresh": false,
  176. "navigationBarBackgroundColor": "#ffffff",
  177. "navigationBarTextStyle": "white",
  178. "navigationStyle": "custom"
  179. },
  180. "meta": {
  181. "auth": false,
  182. "title": ""
  183. }
  184. }, {
  185. "path": "pages/user/member/member",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "enablePullDownRefresh": false,
  189. "navigationBarBackgroundColor": "#26B3A0",
  190. "navigationBarTextStyle": "white",
  191. "navigationStyle": "custom",
  192. "backgroundColor": "#fff"
  193. },
  194. "meta": {
  195. "auth": true,
  196. "title": ""
  197. }
  198. }, {
  199. "path": "pages/user/public/paymentdetail",
  200. "style": {
  201. "navigationBarTitleText": "",
  202. "enablePullDownRefresh": false,
  203. "navigationBarTextStyle": "black",
  204. "navigationStyle": "custom"
  205. },
  206. "meta": {
  207. "auth": true,
  208. "title": ""
  209. }
  210. }, {
  211. "path": "pages/user/member/record",
  212. "style": {
  213. "navigationBarTitleText": "",
  214. "enablePullDownRefresh": false,
  215. "navigationBarBackgroundColor": "#26B3A0",
  216. "navigationBarTextStyle": "white",
  217. "navigationStyle": "custom",
  218. "backgroundColor": "#F6F7FB"
  219. }
  220. }
  221. , {
  222. "path": "pages/wx/wx",
  223. "style": {
  224. "navigationBarTitleText": "",
  225. "enablePullDownRefresh": false,
  226. "navigationStyle": "custom"
  227. }
  228. }, {
  229. "path": "pages/wx/newsdetail",
  230. "style": {
  231. "navigationBarTitleText": "详情",
  232. "enablePullDownRefresh": false,
  233. "navigationBarBackgroundColor": "#fff",
  234. "navigationStyle": "default"
  235. }
  236. }, {
  237. "path": "pages/user/public/kefu",
  238. "style": {
  239. "navigationBarTitleText": "",
  240. "enablePullDownRefresh": false,
  241. "navigationBarTextStyle": "white",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "pages/user/public/webview",
  247. "style": {
  248. "navigationBarTitleText": "",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "pages/user/takenotes/takenotes",
  254. "style": {
  255. "navigationBarTitleText": "",
  256. "enablePullDownRefresh": false,
  257. "navigationBarBackgroundColor": "#fff",
  258. "navigationBarTextStyle": "white",
  259. "navigationStyle": "custom"
  260. }
  261. },
  262. {
  263. "path": "pages/user/commission/goods",
  264. "style": {
  265. "navigationBarTitleText": "",
  266. "navigationStyle": "custom",
  267. "enablePullDownRefresh": false,
  268. "navigationBarBackgroundColor": "#ffffff"
  269. }
  270. },
  271. {
  272. "path": "pages/user/commission/apply",
  273. "style": {
  274. "navigationBarTitleText": "",
  275. "navigationStyle": "custom",
  276. "enablePullDownRefresh": false,
  277. "navigationBarBackgroundColor": "#ffffff"
  278. }
  279. },
  280. {
  281. "path": "pages/user/commission/team",
  282. "style": {
  283. "navigationBarTitleText": "",
  284. "navigationStyle": "custom",
  285. "enablePullDownRefresh": false,
  286. "navigationBarBackgroundColor": "#ffffff"
  287. }
  288. },
  289. {
  290. "path": "pages/user/commission/index",
  291. "style": {
  292. "navigationBarTitleText": "",
  293. "navigationStyle": "custom",
  294. "enablePullDownRefresh": false,
  295. "navigationBarBackgroundColor": "#ffffff"
  296. }
  297. }, {
  298. "path": "pages/user/commission/commission-log",
  299. "style": {
  300. "navigationBarTitleText": "",
  301. "navigationStyle": "custom",
  302. "enablePullDownRefresh": false,
  303. "navigationBarBackgroundColor": "#ffffff"
  304. }
  305. }
  306. , {
  307. "path": "pages/user/commission/withdraw",
  308. "style": {
  309. "navigationBarTitleText": "",
  310. "navigationStyle": "custom",
  311. "enablePullDownRefresh": false,
  312. "navigationBarBackgroundColor": "#ffffff"
  313. }
  314. }, {
  315. "path": "pages/user/commission/withdraw-log",
  316. "style": {
  317. "navigationBarTitleText": "",
  318. "navigationStyle": "custom",
  319. "enablePullDownRefresh": false,
  320. "navigationBarBackgroundColor": "#ffffff"
  321. }
  322. }, {
  323. "path": "pages/user/commission/rankings",
  324. "style": {
  325. "navigationBarTitleText": "",
  326. "navigationStyle": "custom",
  327. "enablePullDownRefresh": false,
  328. "navigationBarBackgroundColor": "#ffffff"
  329. }
  330. },
  331. {
  332. "path": "pages/user/userinfo",
  333. "style": {
  334. "navigationBarTitleText": "",
  335. "navigationStyle": "custom",
  336. "enablePullDownRefresh": false,
  337. "navigationBarBackgroundColor": "#ffffff"
  338. }
  339. }
  340. , {
  341. "path": "pages/template/template",
  342. "style": {
  343. "navigationBarTitleText": "提问模板",
  344. "navigationBarBackgroundColor": "#F5FFFD",
  345. // #ifdef H5
  346. "navigationStyle": "custom",
  347. // #endif
  348. "enablePullDownRefresh": false,
  349. "backgroundColor": "#fff"
  350. }
  351. }, {
  352. "path": "pages/template/detail",
  353. "style": {
  354. "navigationBarTitleText": "",
  355. "enablePullDownRefresh": false,
  356. "navigationStyle": "custom",
  357. "backgroundColor": "#fff"
  358. }
  359. }
  360. , {
  361. "path": "pages/signin/signin",
  362. "style": {
  363. "navigationBarTitleText": "每日任务",
  364. "enablePullDownRefresh": false,
  365. // "navigationBarBackgroundColor": "#ffffff",
  366. "navigationBarTextStyle": "white",
  367. "navigationStyle": "custom"
  368. }
  369. }, {
  370. "path": "pages/user/draw/draw",
  371. "style": {
  372. "navigationBarTitleText": "",
  373. "navigationStyle": "custom",
  374. "enablePullDownRefresh": false,
  375. "navigationBarBackgroundColor": "#ffffff"
  376. }
  377. }, {
  378. "path": "pages/user/orderrecord/orderrecord",
  379. "style": {
  380. "navigationBarTitleText": "",
  381. "navigationStyle": "custom",
  382. "enablePullDownRefresh": false,
  383. "navigationBarBackgroundColor": "#ffffff"
  384. }
  385. }, {
  386. "path": "pages/painting/draw",
  387. "style": {
  388. "navigationBarTitleText": "AI绘画",
  389. "navigationStyle": "custom",
  390. "enablePullDownRefresh": false,
  391. "navigationBarBackgroundColor": "#ffffff"
  392. }
  393. }, {
  394. "path": "pages/painting/details",
  395. "style": {
  396. "navigationBarTitleText": "AI绘图",
  397. // #ifdef H5
  398. "navigationStyle": "custom",
  399. // #endif
  400. "enablePullDownRefresh": false,
  401. "navigationBarTextStyle": "white",
  402. "navigationBarBackgroundColor": "#000"
  403. }
  404. }, {
  405. "path": "pages/painting/generate",
  406. "style": {
  407. "navigationBarTitleText": "",
  408. "navigationStyle": "custom",
  409. "enablePullDownRefresh": false,
  410. "navigationBarBackgroundColor": "#ffffff",
  411. "disableSwipeBack": true
  412. }
  413. }, {
  414. "path": "pages/painting/ys",
  415. "style": {
  416. "navigationBarTitleText": "",
  417. "navigationStyle": "custom",
  418. "enablePullDownRefresh": false,
  419. "navigationBarBackgroundColor": "#ffffff",
  420. "disableSwipeBack": true
  421. }
  422. }, {
  423. "path": "pages/haibao",
  424. "style": {
  425. "navigationBarTitleText": "",
  426. "navigationStyle": "custom",
  427. "enablePullDownRefresh": false,
  428. "navigationBarBackgroundColor": "#ffffff",
  429. "disableSwipeBack": true
  430. }
  431. }
  432. ],
  433. "globalStyle": {
  434. "navigationBarTextStyle": "black",
  435. "navigationBarTitleText": "首页",
  436. "navigationBarBackgroundColor": "#F8F8F8",
  437. "backgroundColor": "#F8F8F8"
  438. },
  439. "tabBar": {
  440. "color": "#979797",
  441. "selectedColor": "#26B3A0",
  442. "borderStyle": "white",
  443. "backgroundColor": "#fff",
  444. "list": [{
  445. "pagePath": "pages/index/index"
  446. },
  447. {
  448. "pagePath": "pages/template/template"
  449. },
  450. {
  451. "pagePath": "pages/painting/painting"
  452. },
  453. {
  454. "pagePath": "pages/signin/signin"
  455. },
  456. {
  457. "pagePath": "pages/user/user"
  458. }
  459. ]
  460. }
  461. }