{ "pages": [{ "path": "index/index", "style": { // #ifdef APP-PLUS || H5 || MP-WEIXIN "usingComponents": { "custom": "/wxcomponents/custom/index" }, // #endif // #ifdef MP-ALIPAY "usingComponents": { "custom": "/mycomponents/custom/index" }, // #endif "navigationBarTitleText": "uni-app" } }] } 上面为 uni-app 项目中 pages.json 的内容,下面选项中描述错误的是?
区块链毕设网qklbishe.com为您提供问题的解答
{ "pages": [{ "path": "index/index", "style": { // #ifdef APP-PLUS || H5 || MP-WEIXIN "usingComponents": { "custom": "/wxcomponents/custom/index" }, // #endif // #ifdef MP-ALIPAY "usingComponents": { "custom": "/mycomponents/custom/index" }, // #endif "navigationBarTitleText": "uni-app" } }] }
上面为 uni-app 项目中 pages.json 的内容,下面选项中描述错误的是?