login.json 445 B

12345678910
  1. {
  2. "navigationStyle": "custom",
  3. "usingComponents": {
  4. "u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar",
  5. "u--input": "/node-modules/uview-ui/components/u--input/u--input",
  6. "u-checkbox-group": "/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group",
  7. "u-checkbox": "/node-modules/uview-ui/components/u-checkbox/u-checkbox",
  8. "u-button": "/node-modules/uview-ui/components/u-button/u-button"
  9. }
  10. }