請問run dev:h5沒有問題,轉(zhuǎn)換到weapp執(zhí)行編譯提示:TypeError: Cannot read property 'length' of undefined
什么都沒有更改,新建一個項目后
先執(zhí)行npm run dev:h5沒有問題
再執(zhí)行npm run dev:weapp出現(xiàn)錯誤提示:
TypeError: Cannot read property 'length' of undefined
......
TypeError: Cannot read property 'pages' of undefined
......
這兩條錯誤提示,請問老師怎么回事呢?
2019-08-02
你去看在什么位置報錯的