代码片段不能正常运行

发布于 6 年前作者 itan7300 次浏览最后编辑 6 年前来自 ask

https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html

{

"pages": ["pages/index/index", "pages/logs/index"],

"window": {

"navigationBarTitleText": "Demo"

},

"tabBar": {

"list": [

{

"pagePath": "pages/index/index",

"text": "首页"

},

{

"pagePath": "pages/logs/logs",

"text": "日志"

}

]

},

"networkTimeout": {

"request": 10000,

"downloadFile": 10000

},

"debug": true,

}

style

这段的代码实例不能正常运行

1 回复
yangluo
yangluo1 楼4 年前

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html