redengineer / redmini

小红书小程序
18 stars 4 forks source link

开发者工具更新后(2.1.3),获取不到ext.json中的配置 #1575

Open jonsen-liu opened 1 month ago

jonsen-liu commented 1 month ago

Issue类型

bug

问题模块

小程序开发者工具(IDE)

所属的服务商

自我游

平台

IDE

小红书开发者工具版本

2.1.3

基础库版本

v3.108.1

用户ID

发生问题的时间

2024-10-15 10:44:56 至 2024-10-15 10:44:56

问题描述

if (xhs.getExtConfig) {
  xhs.getExtConfig({
    success (res) {
      console.log('xhs.getExtConfig')
      console.log(res.extConfig)
    }
  })
}
console.log('xhs.getExtConfigSync')
console.log(xhs.getExtConfigSync())

最终输出空对象 {}

期望结果

能够获取到ext.json中的配置

重现步骤和复现问题的最小demo Github链接

if (xhs.getExtConfig) {
  xhs.getExtConfig({
    success (res) {
      console.log('xhs.getExtConfig')
      console.log(res.extConfig)
    }
  })
}
console.log('xhs.getExtConfigSync')
console.log(xhs.getExtConfigSync())
github-actions[bot] commented 1 month ago

您好开发者, 我们已收到你的问题, 已通知开发团队进行处理! 如您未阅读我们的开发文档,可先参阅开发文档 小红书问题处置流程 :sparkles: 感谢您的提问!:sparkles:

jonsen-liu commented 1 month ago

3ed6c5bb0dc10902795e1d9300362b6 368c4edf165645947449cdaf3226c25

jonsen-liu commented 1 month ago

image