stockprogram.json 619 B

12345678910111213141516
  1. {
  2. "navigationBarTitleText": "策略研发",
  3. "enablePullDownRefresh": true,
  4. "navigationStyle": "custom",
  5. "navigationBarTextStyle": "white",
  6. "component": true,
  7. "usingComponents": {
  8. "fa-navbar": "/components/fa-navbar/fa-navbar",
  9. "fa-tabbar": "/components/fa-tabbar/fa-tabbar",
  10. "u-popup": "/uview-ui/components/u-popup/u-popup",
  11. "u-icon": "/uview-ui/components/u-icon/u-icon",
  12. "u-input": "/uview-ui/components/u-input/u-input",
  13. "h-q-chart-control": "/uni_modules/jones-hqchart2/js_sdk/HQChartControl",
  14. "mp-html": "/node-modules/mp-html/dist/uni-app/components/mp-html/mp-html"
  15. }
  16. }