wx.getExtConfig具体如何使用?
ext.json文件:
{
"extEnable": true,
"extAppid": "wx46b1a29db1b19d7",
"directCommit": false,
"ext": {
"user\_id": "123",
"appid": "wx46b1a29db1b19d7",
"apiurl": "<a href="http://10.1.1.235:8081" rel="noopener noreferrer" target="_blank">http://10.1.1.2.5:8081</a>"
},
"extPages": { },
"window":{ },
"networkTimeout": { },
"debug": true
}
通过
wx.getExtConfig
拿到的是 {} 对象。