Commit 2d0ab5c3 authored by nano's avatar nano

fix error

parent 6f00da40
This diff is collapsed.
......@@ -113,7 +113,7 @@ export class AppSchema extends Instance<App, AppSchema> implements App {
toJSON() {
this.Convert();
return {...<Object>this};
return JSON.parse(this);
}
Convert() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment