PageView的问题.急!

环境:Cocos Creator 1.4.1
在工程中使用过了PageView,打包Web Mobile之后运行,报出出如下错误:
1.Sorry, the component of ‘pageview’ which with an index of 0 is corrupted! It has been removed.
2.Uncaught TypeError: this.pageView.getPages is not a function

但是:工程直接运行就不会报错,打包成原生也不会报错.
请问这是什么原因?

因为你在模块设置里去掉了 PageView 吧

确实是这样…,自己犯二了.