From 4f1d98601623fb5668b674479b369a82916c79d7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 1 Dec 2021 08:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/main/main.wxml | 4 ++-- project.config.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/main/main.wxml b/pages/main/main.wxml index 23a04cd..33aaa63 100644 --- a/pages/main/main.wxml +++ b/pages/main/main.wxml @@ -118,10 +118,10 @@ 在线考试 {{dknum}} - + 线下培训 diff --git a/project.config.json b/project.config.json index 349db90..55e1c85 100644 --- a/project.config.json +++ b/project.config.json @@ -18,16 +18,16 @@ "checkSiteMap": true, "uploadWithSourceMap": true, "compileHotReLoad": false, - "useMultiFrameRuntime": true, - "useApiHook": true, - "useApiHostProcess": true, + "useMultiFrameRuntime": false, + "useApiHook": false, + "useApiHostProcess": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, "enableEngineNative": false, - "useIsolateContext": false, + "useIsolateContext": true, "userConfirmedBundleSwitch": false, "packNpmManually": false, "packNpmRelationList": [],