We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config: { pages: [ 'pages/home/index' ] },
globalData: {}, // 全局应用数据定义,同原生小程序
The text was updated successfully, but these errors were encountered:
可以截图看下编译命令行输出的错误信息吗包括你编辑器实际代码截图?感觉是不是你的代码的语法有问题
Sorry, something went wrong.
不好意思 问题是 globalData 这个全局对象,不能包含有config 这个属性 globalData: { interface: { } } 编译不报错(百度智能小程序)
好的,我这边看下
fix(okam-build): fix config property existed in nested object leading…
afd943e
… to the config info missing #20
@422656004 问题已修复,可以升级到 [email protected] 再看看
No branches or pull requests
config: {
pages: [
'pages/home/index'
]
},
globalData: {}, // 全局应用数据定义,同原生小程序
问题类型
问题详情
期望效果
实际情况
复现步骤 和 问题示例
问题环境
The text was updated successfully, but these errors were encountered: