提交 402c2f28 编写于 作者: fxy060608's avatar fxy060608

fix(cli): nvuePages

上级 46a25907
...@@ -128,7 +128,7 @@ module.exports = function (pagesJson, userManifestJson) { ...@@ -128,7 +128,7 @@ module.exports = function (pagesJson, userManifestJson) {
const nvuePages = pagesJson.nvue && pagesJson.nvue.pages const nvuePages = pagesJson.nvue && pagesJson.nvue.pages
if (nvuePages.length) { if (nvuePages && nvuePages.length) {
const pages = {} const pages = {}
nvuePages.forEach(({ nvuePages.forEach(({
path, path,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册