diff --git a/app.json b/app.json index 29bb899..ef28a97 100644 --- a/app.json +++ b/app.json @@ -2,6 +2,7 @@ "pages": [ "pages/index/index", "pages/bar/index", + "pages/insight/index", "pages/logs/logs" ], "window": { diff --git a/project.private.config.json b/project.private.config.json index 62cd0d1..bf5903f 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,5 +3,6 @@ "projectname": "swsWecat", "setting": { "compileHotReLoad": true - } + }, + "condition": {} } \ No newline at end of file