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
保存的时候数据是数组,取出来是对象,而且 key 也不一样了,现在这是什么情况? 1.
{ "data": [{ "global":{...}, "layers":[...] }] }
{ "data": { "page":{...} "widgets":[...] } }
The text was updated successfully, but these errors were encountered:
数据结构改变了,因为升级了多画板功能,旧版本是对象,新版本是数组,两套数据是兼容的。
Sorry, something went wrong.
list 接口返回数据是数组时,页面解析不了啊
No branches or pull requests
保存的时候数据是数组,取出来是对象,而且 key 也不一样了,现在这是什么情况?
1.
The text was updated successfully, but these errors were encountered: