From 4ef86d8a1f494caa1e136ff78f9ea258d01164b1 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 16 十月 2025 09:28:44 +0800 Subject: [PATCH] Merge branch 'master' into dev-1.1.2 --- apps/cMiniApp/project.private.config.json | 149 +++++++------------------------------------------ 1 files changed, 23 insertions(+), 126 deletions(-) diff --git a/apps/cMiniApp/project.private.config.json b/apps/cMiniApp/project.private.config.json index 0aae96f..cafa2cd 100644 --- a/apps/cMiniApp/project.private.config.json +++ b/apps/cMiniApp/project.private.config.json @@ -1,128 +1,25 @@ { - "description": "椤圭洰绉佹湁閰嶇疆鏂囦欢銆傛鏂囦欢涓殑鍐呭灏嗚鐩� project.config.json 涓殑鐩稿悓瀛楁銆傞」鐩殑鏀瑰姩浼樺厛鍚屾鍒版鏂囦欢涓�傝瑙佹枃妗o細https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "cMiniApp", - "setting": { - "compileHotReLoad": true, - "bigPackageSizeSupport": true, - "skylineRenderEnable": false - }, - "condition": { - "miniprogram": { - "list": [ - { - "name": "鑱旂郴璁板綍", - "pathName": "subpackages/setting/tradeChatRecord/tradeChatRecord", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "authenticationResult", - "pathName": "subpackages/authentication/authenticationResult/authenticationResult", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "authenticationJBR", - "pathName": "subpackages/authentication/authenticationJBR/authenticationJBR", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "authenticationFaRen", - "pathName": "subpackages/authentication/authenticationFaRen/authenticationFaRen", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "authenticationHome", - "pathName": "subpackages/authentication/authenticationHome/authenticationHome", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "鍙戝竷璁㈠崟", - "pathName": "subpackages/order/publishOrder/publishOrder", - "query": "orderOperateBtnStatus=1", - "launchMode": "default", - "scene": null - }, - { - "name": "鍙戝竷璧勬簮", - "pathName": "subpackages/resource/publishResource/publishResource", - "query": "resourceOperateBtnStatus=1", - "launchMode": "default", - "scene": null - }, - { - "name": "璧勬簮绠$悊", - "pathName": "subpackages/setting/resourceManage/resourceManage", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "璁㈠崟绠$悊", - "pathName": "subpackages/setting/orderManage/orderManage", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "璧勬簮璇︽儏", - "pathName": "subpackages/resource/resourceDetail/resourceDetail", - "query": "id=dba1fa1d-30e4-22b7-54f8-3a1611763273", - "launchMode": "default", - "scene": null - }, - { - "name": "璁㈠崟璇︽儏", - "pathName": "subpackages/order/orderDetail/orderDetail", - "query": "id=4e06ca70-7159-b307-46e5-3a15e8597d2c", - "launchMode": "default", - "scene": null - }, - { - "name": "鍒囨崲韬唤", - "pathName": "subpackages/setting/toggleMatchMakingIdentity/toggleMatchMakingIdentity", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "鎴戠殑涓婚〉", - "pathName": "subpackages/user/userHomePage/userHomePage", - "query": "userId=fe8dca52-5fbd-1088-a2ae-3a147a6a7f42", - "launchMode": "default", - "scene": null - }, - { - "name": "缂栬緫鍚嶇墖", - "pathName": "subpackages/setting/userInfo/userInfo", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "璁剧疆", - "pathName": "subpackages/setting/setting/setting", - "query": "", - "launchMode": "default", - "scene": null - }, - { - "name": "鎴戠殑", - "pathName": "pages/mine/index", - "query": "", - "launchMode": "default", - "scene": null - } - ] - } - }, - "libVersion": "3.7.3" + "description": "椤圭洰绉佹湁閰嶇疆鏂囦欢銆傛鏂囦欢涓殑鍐呭灏嗚鐩� project.config.json 涓殑鐩稿悓瀛楁銆傞」鐩殑鏀瑰姩浼樺厛鍚屾鍒版鏂囦欢涓�傝瑙佹枃妗o細https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "cMiniApp", + "setting": { + "compileHotReLoad": true, + "bigPackageSizeSupport": true, + "urlCheck": false, + "coverView": true, + "lazyloadPlaceholderEnable": false, + "skylineRenderEnable": false, + "preloadBackgroundData": false, + "autoAudits": false, + "useApiHook": true, + "useApiHostProcess": true, + "showShadowRootInWxmlPanel": true, + "useStaticServer": false, + "useLanDebug": false, + "showES6CompileOption": false, + "checkInvalidKey": true, + "ignoreDevUnusedFiles": true, + "useIsolateContext": true + }, + "condition": {}, + "libVersion": "3.10.0" } \ No newline at end of file -- Gitblit v1.9.1