From 13c346bdc48942e43ec1f2e814d92f52d18027b1 Mon Sep 17 00:00:00 2001 From: slj Date: Sat, 12 Feb 2022 14:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- project.config.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index a7c1b78..42d1059 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ const config = { // api_url: 'http://10.10.11.107:7101/fqsb', // 服务器地址 - // api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境 - api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境 + api_url: 'https://shibeirencai.elinkit.com.cn:7101/fqsb' // 正式环境 + // api_url: 'https://dingoa.elinkit.com.cn/fqsb', // 测试环境 } export { config } \ No newline at end of file diff --git a/project.config.json b/project.config.json index 47a3398..d92ee5d 100644 --- a/project.config.json +++ b/project.config.json @@ -22,9 +22,9 @@ "uploadWithSourceMap": true, "compileHotReLoad": false, "lazyloadPlaceholderEnable": false, - "useMultiFrameRuntime": false, - "useApiHook": false, - "useApiHostProcess": false, + "useMultiFrameRuntime": true, + "useApiHook": true, + "useApiHostProcess": true, "babelSetting": { "ignore": [], "disablePlugins": [],