前提:项目A、项目B,AB不同路径,A中有页面pages/index,B里没有这个页面;B中有页面pages/home,A里没有这个页面
我使用开发者工具上传没有问题,确认project.config.json没有问题。
以下操作都是使用命令行
操作: 上传A,上传成功。之后上传项目B,上传命令提示B项目中找不到pages/index.js页面。重试了很多次,关了开发者工具,换了端口,然后不知道什么时候就上传B成功,再上传A提示项目中找不到pages/home.js。然后就哭了
{ "description" : "项目配置文件" , "packOptions" : { "ignore" : [] }, "setting" : { "urlCheck" : false , "es6" : false , "postcss" : false , "minified" : false , "newFeature" : true , "coverView" : true , "nodeModules" : false , "autoAudits" : false , "uglifyFileName" : false , "checkInvalidKey" : true , "checkSiteMap" : true , "uploadWithSourceMap" : true , "babelSetting" : { "ignore" : [], "disablePlugins" : [], "outputPath" : "" } }, "compileType" : "miniprogram" , "libVersion" : "2.7.7" , "appid" : "xxxx" , "projectname" : "xxxx" , "debugOptions" : { "hidedInDevtools" : [] }, "isGameTourist" : false , "simulatorType" : "wechat" , "simulatorPluginLibVersion" : {}, "scripts" : { "beforeCompile" : "" , "beforePreview" : "" , "beforeUpload" : "" }, "condition" : { "search" : { "current" : -1, "list" : [] }, "conversation" : { "current" : -1, "list" : [] }, "plugin" : { "current" : -1, "list" : [] }, "game" : { "currentL" : -1, "list" : [] }, "miniprogram" : { "current" : 0, "list" : [] } } } |
project.config.json配置如上
工具报错如上
工具版本号:
哪个版本?
我想问个问题,这个可以命令行和HTTP调用,我想问如何使用命令行调用,点开路径的那个cli.bat文件会出现闪退问题如何解决,会打开微信开发者工具
哇,周末木有人值班的么