用工小程序前端代码
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.

9 lines
289 B

7 months ago
  1. {
  2. "navigationBarTitleText": "首页",
  3. "navigationStyle": "default",
  4. "navigationBarBackgroundColor": "#FF7A31",
  5. "navigationBarTextStyle": "white",
  6. "usingComponents": {
  7. "enterprise-box": "/pages/home/component/enterprise",
  8. "master-box": "/pages/home/component/master"
  9. }
  10. }