pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "name": "index",
  8. "title": "首页",
  9. "aliasPath": "/", //对于h5端你必须在首页加上aliasPath并设置为/
  10. "style": {
  11. "navigationBarTitleText": "首页",
  12. "navigationBarTextStyle": "black",
  13. "enablePullDownRefresh": true,
  14. "navigationStyle": "default"
  15. },
  16. "meta": {
  17. "auth": false
  18. }
  19. }, {
  20. "path": "pages/my/my",
  21. "name": "my",
  22. "title": "个人中心",
  23. "style": {
  24. "navigationBarTitleText": "个人中心",
  25. "enablePullDownRefresh": true,
  26. "navigationStyle": "default",
  27. "navigationBarTextStyle": "black"
  28. },
  29. "meta": {
  30. "auth": false
  31. }
  32. }, {
  33. "path": "pages/my/comment",
  34. "name": "my",
  35. "title": "我发表的评论",
  36. "style": {
  37. "navigationBarTitleText": "我发表的评论",
  38. "navigationStyle": "default",
  39. "navigationBarTextStyle": "black"
  40. },
  41. "meta": {
  42. "auth": true
  43. }
  44. },
  45. {
  46. "path": "pages/my/bind",
  47. "name": "bind",
  48. "title": "绑定账号",
  49. "style": {
  50. "navigationBarTitleText": "绑定账号",
  51. "navigationStyle": "default",
  52. "navigationBarTextStyle": "black"
  53. },
  54. "meta": {
  55. "auth": true
  56. }
  57. },
  58. {
  59. "path": "pages/my/myorder",
  60. "name": "bind",
  61. "title": "我的消费订单",
  62. "style": {
  63. "navigationBarTitleText": "我的消费订单",
  64. "navigationStyle": "default",
  65. "navigationBarTextStyle": "black"
  66. },
  67. "meta": {
  68. "auth": true
  69. }
  70. },
  71. {
  72. "path": "pages/my/profile",
  73. "name": "profile",
  74. "title": "个人资料",
  75. "style": {
  76. "navigationBarTitleText": "个人资料",
  77. "navigationStyle": "default",
  78. "navigationBarTextStyle": "black"
  79. },
  80. "meta": {
  81. "auth": true
  82. }
  83. },
  84. {
  85. "path": "pages/my/about",
  86. "name": "about",
  87. "title": "关于我们",
  88. "style": {
  89. "navigationBarTitleText": "关于我们",
  90. "navigationStyle": "default",
  91. "navigationBarTextStyle": "black"
  92. },
  93. "meta": {
  94. "auth": false
  95. }
  96. }, {
  97. "path": "pages/my/agreement",
  98. "name": "agreement",
  99. "title": "用户协议",
  100. "style": {
  101. "navigationBarTitleText": "用户协议",
  102. "navigationStyle": "default",
  103. "navigationBarTextStyle": "black"
  104. },
  105. "meta": {
  106. "auth": false
  107. }
  108. }, {
  109. "path": "pages/article/article",
  110. "name": "article",
  111. "title": "财商教育",
  112. "style": {
  113. "navigationBarTitleText": "财教",
  114. "enablePullDownRefresh": true,
  115. "navigationStyle": "default",
  116. "navigationBarTextStyle": "black"
  117. },
  118. "meta": {
  119. "auth": false
  120. }
  121. }, {
  122. "path": "pages/article/richarticle",
  123. "name": "richarticle",
  124. "title": "投资理财",
  125. "style": {
  126. "navigationBarTitleText": "理财",
  127. "enablePullDownRefresh": true,
  128. "navigationStyle": "default",
  129. "navigationBarTextStyle": "black"
  130. },
  131. "meta": {
  132. "auth": false
  133. }
  134. }, {
  135. "path": "pages/article/detail",
  136. "name": "article_detail",
  137. "title": "资讯详情",
  138. "style": {
  139. "navigationBarTitleText": "资讯详情",
  140. "navigationStyle": "default",
  141. "navigationBarTextStyle": "black",
  142. "app-plus": {
  143. "softinputMode": "adjustResize"
  144. }
  145. },
  146. "meta": {
  147. "auth": false
  148. }
  149. }, {
  150. "path": "pages/article/richdetail",
  151. "name": "richarticle_detail",
  152. "title": "财讯详情",
  153. "style": {
  154. "navigationBarTitleText": "财讯详情",
  155. "navigationStyle": "default",
  156. "navigationBarTextStyle": "black",
  157. "app-plus": {
  158. "softinputMode": "adjustResize"
  159. }
  160. },
  161. "meta": {
  162. "auth": false
  163. }
  164. }, {
  165. "path": "pages/product/product",
  166. "name": "product",
  167. "title": "产品",
  168. "style": {
  169. "navigationBarTitleText": "产品",
  170. "enablePullDownRefresh": true,
  171. "navigationStyle": "default",
  172. "navigationBarTextStyle": "black"
  173. },
  174. "meta": {
  175. "auth": false
  176. }
  177. },{
  178. "path": "pages/stock/stockgame",
  179. "name": "stockgame",
  180. "title": "K线训练",
  181. "style": {
  182. "navigationBarTitleText": "K线训练",
  183. "enablePullDownRefresh": true,
  184. "navigationStyle": "default",
  185. "navigationBarTextStyle": "black"
  186. },
  187. "meta": {
  188. "auth": false
  189. }
  190. }, {
  191. "path": "pages/product/detail",
  192. "name": "product_detail",
  193. "title": "产品详情",
  194. "style": {
  195. "navigationBarTitleText": "产品详情",
  196. "navigationStyle": "default",
  197. "navigationBarTextStyle": "black",
  198. "app-plus": {
  199. "softinputMode": "adjustResize"
  200. }
  201. },
  202. "meta": {
  203. "auth": false
  204. }
  205. }, {
  206. "path": "pages/login/login",
  207. "name": "login",
  208. "title": "登录",
  209. "style": {
  210. "navigationBarTitleText": "登录",
  211. "navigationStyle": "default",
  212. "navigationBarTextStyle": "black"
  213. },
  214. "meta": {
  215. "auth": false
  216. }
  217. },
  218. {
  219. "path": "pages/login/mobilelogin",
  220. "name": "mobilelogin",
  221. "title": "验证码登录",
  222. "style": {
  223. "navigationBarTitleText": "验证码登录",
  224. "navigationStyle": "default",
  225. "navigationBarTextStyle": "black"
  226. },
  227. "meta": {
  228. "auth": false
  229. }
  230. }, {
  231. "path": "pages/login/auth",
  232. "name": "auth",
  233. "title": "网页授权",
  234. "style": {
  235. "navigationBarTitleText": "授权",
  236. "navigationStyle": "default",
  237. "navigationBarTextStyle": "black"
  238. },
  239. "meta": {
  240. "auth": false
  241. }
  242. }, {
  243. "path": "pages/login/forgetpwd",
  244. "name": "forgetpwd",
  245. "title": "忘记密码",
  246. "style": {
  247. "navigationBarTitleText": "忘记密码",
  248. "navigationStyle": "default",
  249. "navigationBarTextStyle": "black"
  250. },
  251. "meta": {
  252. "auth": false
  253. }
  254. },
  255. {
  256. "path": "pages/login/register",
  257. "name": "register",
  258. "title": "注册",
  259. "style": {
  260. "navigationBarTitleText": "注册",
  261. "navigationStyle": "default",
  262. "navigationBarTextStyle": "black"
  263. },
  264. "meta": {
  265. "auth": false
  266. }
  267. },
  268. {
  269. "path": "pages/login/wxlogin",
  270. "name": "wxlogin",
  271. "title": "授权",
  272. "style": {
  273. "navigationBarTitleText": "授权",
  274. "navigationStyle": "default",
  275. "navigationBarTextStyle": "black"
  276. },
  277. "meta": {
  278. "auth": false
  279. }
  280. },
  281. {
  282. "path": "pages/logs/money",
  283. "name": "money",
  284. "title": "余额日志",
  285. "style": {
  286. "navigationBarTitleText": "余额日志",
  287. "navigationStyle": "default",
  288. "navigationBarTextStyle": "black"
  289. },
  290. "meta": {
  291. "auth": true
  292. }
  293. },
  294. {
  295. "path": "pages/logs/score",
  296. "name": "score",
  297. "title": "积分日志",
  298. "style": {
  299. "navigationBarTitleText": "积分日志",
  300. "navigationStyle": "default",
  301. "navigationBarTextStyle": "black"
  302. },
  303. "meta": {
  304. "auth": true
  305. }
  306. }, {
  307. "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
  308. "name": "u-avatar-cropper",
  309. "title": "头像裁剪",
  310. "style": {
  311. "navigationBarTitleText": "头像裁剪",
  312. "navigationBarBackgroundColor": "#000000"
  313. },
  314. "meta": {
  315. "auth": false
  316. }
  317. },
  318. {
  319. "path": "pages/publish/channel",
  320. "name": "channel",
  321. "title": "选择栏目",
  322. "style": {
  323. "navigationBarTitleText": "栏目",
  324. "navigationStyle": "default",
  325. "navigationBarTextStyle": "black"
  326. },
  327. "meta": {
  328. "auth": true
  329. }
  330. },
  331. {
  332. "path": "pages/publish/publish",
  333. "name": "publish",
  334. "title": "发布文章",
  335. "style": {
  336. "navigationBarTitleText": "发布文章",
  337. "navigationStyle": "default",
  338. "navigationBarTextStyle": "black",
  339. "app-plus": {
  340. "softinputMode": "adjustResize"
  341. }
  342. },
  343. "meta": {
  344. "auth": true
  345. }
  346. },
  347. {
  348. "path": "pages/publish/myarticle",
  349. "name": "myarticle",
  350. "title": "我发布的文章",
  351. "style": {
  352. "navigationBarTitleText": "我发布的文章",
  353. "navigationStyle": "default",
  354. "navigationBarTextStyle": "black"
  355. },
  356. "meta": {
  357. "auth": true
  358. }
  359. }, {
  360. "path": "pages/search/search",
  361. "name": "search",
  362. "title": "搜索",
  363. "style": {
  364. "navigationBarTitleText": "搜索",
  365. "navigationStyle": "default",
  366. "navigationBarTextStyle": "black"
  367. },
  368. "meta": {
  369. "auth": false
  370. }
  371. }, {
  372. "path": "pages/signin/signin",
  373. "name": "signin",
  374. "title": "签到",
  375. "style": {
  376. "navigationBarTitleText": "签到",
  377. "navigationStyle": "default",
  378. "navigationBarTextStyle": "black"
  379. },
  380. "meta": {
  381. "auth": true
  382. }
  383. }, {
  384. "path": "pages/signin/logs",
  385. "name": "signinlogs",
  386. "title": "签到日志",
  387. "style": {
  388. "navigationBarTitleText": "签到日志",
  389. "navigationStyle": "default",
  390. "navigationBarTextStyle": "black"
  391. },
  392. "meta": {
  393. "auth": true
  394. }
  395. }, {
  396. "path": "pages/signin/ranking",
  397. "name": "ranking",
  398. "title": "排行榜",
  399. "style": {
  400. "navigationBarTitleText": "签到排行榜",
  401. "navigationStyle": "default",
  402. "navigationBarTextStyle": "black"
  403. },
  404. "meta": {
  405. "auth": true
  406. }
  407. }, {
  408. "path": "pages/diyform/diyform",
  409. "name": "diyform",
  410. "title": "自定义表单",
  411. "style": {
  412. "navigationBarTitleText": "自定义表单",
  413. "navigationStyle": "default",
  414. "navigationBarTextStyle": "black",
  415. "app-plus": {
  416. "softinputMode": "adjustResize"
  417. }
  418. },
  419. "meta": {
  420. "auth": false
  421. }
  422. }, {
  423. "path": "pages/diyform/lists",
  424. "name": "lists",
  425. "title": "留言列表",
  426. "style": {
  427. "navigationBarTitleText": "留言列表",
  428. "navigationStyle": "default",
  429. "navigationBarTextStyle": "black"
  430. },
  431. "meta": {
  432. "auth": false
  433. }
  434. },
  435. {
  436. "path": "pages/diyform/detail",
  437. "name": "form_detail",
  438. "title": "留言详情",
  439. "style": {
  440. "navigationBarTitleText": "留言详情",
  441. "navigationStyle": "default",
  442. "navigationBarTextStyle": "black"
  443. },
  444. "meta": {
  445. "auth": false
  446. }
  447. }, {
  448. "path": "pages/tag/tag",
  449. "name": "tag",
  450. "title": "标签",
  451. "style": {
  452. "navigationBarTitleText": "标签",
  453. "navigationStyle": "default",
  454. "navigationBarTextStyle": "black"
  455. },
  456. "meta": {
  457. "auth": false
  458. }
  459. }, {
  460. "path": "pages/webview/webview",
  461. "name": "webview",
  462. "title": "webview",
  463. "style": {
  464. "navigationBarTitleText": "webview",
  465. "navigationBarTextStyle": "black"
  466. },
  467. "meta": {
  468. "auth": false
  469. }
  470. }, {
  471. "path": "pages/user/user",
  472. "name": "user",
  473. "title": "user",
  474. "style": {
  475. "navigationBarTitleText": "详情",
  476. "navigationStyle": "default",
  477. "navigationBarTextStyle": "black",
  478. "enablePullDownRefresh": false
  479. },
  480. "meta": {
  481. "auth": false
  482. }
  483. }, {
  484. "path": "pages/my/member",
  485. "name": "member",
  486. "title": "VIP会员",
  487. "style": {
  488. "navigationBarTitleText": "VIP会员",
  489. "navigationStyle": "default",
  490. "navigationBarTextStyle": "black",
  491. "enablePullDownRefresh": false
  492. },
  493. "meta": {
  494. "auth": true
  495. }
  496. },
  497. {
  498. "path": "pages/my/collection",
  499. "name": "collection",
  500. "title": "我的收藏",
  501. "style": {
  502. "navigationBarTitleText": "我的收藏",
  503. "navigationStyle": "default",
  504. "navigationBarTextStyle": "black",
  505. "enablePullDownRefresh": false
  506. },
  507. "meta": {
  508. "auth": true
  509. }
  510. }
  511. ,{
  512. "path" : "pages/stock/stockprogram",
  513. "style": {
  514. "navigationBarTitleText": "策略研发",
  515. "enablePullDownRefresh": true,
  516. "navigationStyle": "default",
  517. "navigationBarTextStyle": "black"
  518. }
  519. }
  520. ],
  521. // #ifdef APP-PLUS
  522. "tabBar": {
  523. "color": "#ffffff",
  524. "selectedColor": "#ffffff",
  525. "backgroundColor": "#FFFFFF",
  526. "borderStyle": "white",
  527. "list": [{
  528. "pagePath": "pages/index/index",
  529. "iconPath": "static/home.png",
  530. "selectedIconPath": "static/home.png",
  531. "text": ""
  532. },
  533. {
  534. "pagePath": "pages/article/article",
  535. "iconPath": "static/home.png",
  536. "selectedIconPath": "static/home.png",
  537. "text": ""
  538. },
  539. {
  540. "pagePath": "pages/product/product",
  541. "iconPath": "static/home.png",
  542. "selectedIconPath": "static/home.png",
  543. "text": ""
  544. },
  545. {
  546. "pagePath": "pages/my/my",
  547. "iconPath": "static/home.png",
  548. "selectedIconPath": "static/home.png",
  549. "text": ""
  550. }
  551. ]
  552. },
  553. // #endif
  554. "globalStyle": {
  555. "mp-alipay": {
  556. /* 支付宝小程序特有相关 */
  557. "transparentTitle": "always",
  558. "allowsBounceVertical": "NO"
  559. },
  560. "navigationBarTextStyle": "black",
  561. "navigationBarTitleText": "日日多金量化",
  562. "navigationBarBackgroundColor": "#F8F8F8",
  563. "backgroundColor": "#F8F8F8",
  564. "navigationStyle":"custom"
  565. },
  566. "usingComponts": true,
  567. "condition": { //模式配置,仅开发期间生效
  568. "current": 0, //当前激活的模式(list 的索引项)
  569. "list": [{
  570. "name": "开发测试", //模式名称
  571. "path": "pages/index/index", //启动页面
  572. "query": "id=61" //启动参数
  573. }]
  574. }
  575. }