收藏
回答

miniprogram-ci 无法识别缺省的 index?

使用 miniprogram-ci 预览小程序遇到的问题,用桌面版开发工具预览是没问题的

重现 demo:https://github.com/xxapp/miniprogram-issue

// 目录结构
/components
  /list
    index.js
    index.json
    index.wxml
/pages
  /index
    index.json
  
// index 页面配置这样写会导致小程序打不开
{
  "usingComponents": {
    "my-list": "../../components/list"
  }
}

// 改成这样就可以了
{
  "usingComponents": {
    "my-list": "../../components/list/index"
  }
}
回答关注问题邀请回答
收藏

2 个回答

  • 姜晓鹏
    姜晓鹏
    2020-07-31

    我的1.0.57了 还有这个问题


    2020-07-31
    有用
    回复
  • Jation
    Jation
    2020-04-09

    你好,已知问题,下个版本会fix,感谢反馈

    2020-04-09
    有用
    回复 13
    • 孟祥翔
      孟祥翔
      2020-04-09
      嗯嗯,谢谢。我再顺便问个类似的问题哈,不知道是不是已知问题
      2020-04-09
      回复
    • Jation
      Jation
      2020-04-09回复孟祥翔
      你好 麻烦贴出一下报错的具体整行日志,我看看是在哪个节点报错的,蟹蟹
      2020-04-09
      回复
    • 孟祥翔
      孟祥翔
      2020-04-09回复Jation
      miniprogram-ci@1.0.18
      2020-04-09
      回复
    • Jation
      Jation
      2020-04-09回复孟祥翔
      收到
      2020-04-09
      回复
    • 鲁浩
      鲁浩
      2020-04-12
      预计什么时候 fix?
      2020-04-12
      回复
    查看更多(8)
登录 后发表内容
问题标签