mpvue-quickstart icon indicating copy to clipboard operation
mpvue-quickstart copied to clipboard

🐱‍👤 更优雅的 mpvue 起手式

Results 6 mpvue-quickstart issues
Sort by recently updated
recently updated
newest added

下载下来的项目,在微信开发者工具打不开。您能将打开步骤详细说明么?

app.json代码如下 { "pages": [ { "path": "pages/index" }, { "path": "registration/index", "subPackage": true }, { "path": "service/index" }, { "path": "mine/index" }, { "path": "mine/set/set" }, { "path": "mine/about/about" },...

> 在官方mpvue,和分包配置方式更新前(page.js被替换成app.json之前),不存在这样的问题,然后更新后存在. * 我用图描述下现象 ![image](https://user-images.githubusercontent.com/33798719/62439861-253d9300-b780-11e9-826e-a2f66fdda9c0.png) *** ![image](https://user-images.githubusercontent.com/33798719/62439980-a85ee900-b780-11e9-93dc-e64c61ae967a.png) *** ![image](https://user-images.githubusercontent.com/33798719/62440003-c2003080-b780-11e9-9e2d-2cc740d09bb7.png) ###下面是测试代码片段 * 貌似大小超了,图放下个 ### 备注 logs是分包页面,也就是从首页通过this.$router.push方式进入的

Cannot read property 'route' of undefined;at api request success callback function TypeError: Cannot read property 'route' of undefined。 但是在手机上面测试,就不会有错。这个正常吗。