From c8b8813751dda967748f361e24679b0649bc387b Mon Sep 17 00:00:00 2001
From: 935090232@qq.com <ak473600000>
Date: Fri, 15 Jan 2021 23:37:00 +0800
Subject: [PATCH] 1
---
app.js | 4 ++--
project.config.json | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/app.js b/app.js
index 3fe9a23..c201d3e 100644
--- a/app.js
+++ b/app.js
@@ -6,11 +6,11 @@
// baseUrl: "https://xcxhive2.jyymatrix.cc",
//测试环境
- baseUrl : "https://testhive.jyymatrix.cc",
+ // baseUrl : "https://testhive.jyymatrix.cc",
//本地环境
- //baseUrl : "http://localhost:8080",
+ baseUrl : "http://localhost:8080",
//登录后获得的token
loginToken: "",
diff --git a/project.config.json b/project.config.json
index 44d8fa1..8bef61b 100644
--- a/project.config.json
+++ b/project.config.json
@@ -23,13 +23,12 @@
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
- "useApiHostProcess": true,
+ "useApiHostProcess": false,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
- "enableEngineNative": false,
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
@@ -41,7 +40,7 @@
},
"compileType": "miniprogram",
"libVersion": "1.9.98",
- "appid": "wx94ea32d31eec8904",
+ "appid": "wx5cc58f796224af61",
"projectname": "%E8%9C%82%E5%B7%A2%E7%BE%8E%E4%B8%9A",
"isGameTourist": false,
"simulatorType": "wechat",
--
Gitblit v1.9.1