From b1be31e88ea0065dfcd5fb71035c0ded33362ac7 Mon Sep 17 00:00:00 2001 From: jyy <jyy> Date: Fri, 16 Jul 2021 09:29:38 +0800 Subject: [PATCH] 修复bug --- zq-xcx/project.config.json | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/zq-xcx/project.config.json b/zq-xcx/project.config.json index 9d5fabf..77acbda 100644 --- a/zq-xcx/project.config.json +++ b/zq-xcx/project.config.json @@ -21,22 +21,23 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, - "useMultiFrameRuntime": false, + "useMultiFrameRuntime": true, "useApiHook": true, + "useApiHostProcess": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, "enableEngineNative": false, + "bundle": false, "useIsolateContext": true, "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [], - "minifyWXSS": true, - "bundle": false + "minifyWXSS": true }, "compileType": "miniprogram", "libVersion": "1.9.98", @@ -46,17 +47,10 @@ "simulatorType": "wechat", "simulatorPluginLibVersion": {}, "condition": { - "search": { - "list": [] - }, - "conversation": { - "list": [] - }, "plugin": { "list": [] }, "game": { - "currentL": -1, "list": [] }, "gamePlugin": { @@ -217,6 +211,12 @@ "pathName": "pages/shalong/shalongDetail", "query": "id=6", "scene": null + }, + { + "name": "pages/yuyue/showYyInfo", + "pathName": "pages/yuyue/showYyInfo", + "query": "id=3004", + "scene": null } ] } -- Gitblit v1.9.1