diff --git a/app.json b/app.json index 567fd97..80452f4 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { "pages": [ - "pages/chat/chat", "pages/index/index", "pages/logs/logs", "pages/test/icon", diff --git a/project.config.json b/project.config.json index 1fcffe6..db0f4a2 100644 --- a/project.config.json +++ b/project.config.json @@ -36,7 +36,6 @@ "disablePlugins": [], "outputPath": "" }, - "enableEngineNative": false, "useIsolateContext": true, "userConfirmedBundleSwitch": false, "packNpmManually": false, @@ -45,12 +44,13 @@ "disableUseStrict": false, "minifyWXML": true, "showES6CompileOption": false, - "useCompilerPlugins": false + "useCompilerPlugins": false, + "ignoreUploadUnusedFiles": true }, "compileType": "miniprogram", "libVersion": "2.19.4", "appid": "wx2acabc0c47af5fbb", - "projectname": "miniprogram-2", + "projectname": "miniprogram-1", "debugOptions": { "hidedInDevtools": [] },