data.js 305 B

1234567891011
  1. export default {
  2. options:[
  3. {title: '创建小程序',url:'./getXcx'},
  4. {title: '扫码授权',url:'./qrCode'},
  5. {title: '小程序配置',url:'./deploy'},
  6. {title: '接口设置',url:'./interface'},
  7. {title: '提交审核',url:'./addVersion'},
  8. {title: '版本管理',url:'./Versioning'},
  9. ]
  10. }