login.json 272 B

123456789
  1. {
  2. "navigationBarTitleText": "授权登录",
  3. "navigationBarTextStyle": "black",
  4. "navigationBarBackgroundColor": "#ffffff",
  5. "usingComponents": {
  6. "weixin-auth": "../components/wxAuth",
  7. "u-popup": "../../uni_modules/uview-plus/components/u-popup/u-popup"
  8. }
  9. }