From 2d4a6ebe75599eaa51d5fb0f522dc9fa6825af00 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 12 二月 2025 14:58:29 +0800 Subject: [PATCH] feat: mine --- apps/cMiniApp/project.private.config.json | 31 ++++++++++++++++++++++++++++--- 1 files changed, 28 insertions(+), 3 deletions(-) diff --git a/apps/cMiniApp/project.private.config.json b/apps/cMiniApp/project.private.config.json index fcbf67b..e74c848 100644 --- a/apps/cMiniApp/project.private.config.json +++ b/apps/cMiniApp/project.private.config.json @@ -3,9 +3,34 @@ "projectname": "cMiniApp", "setting": { "compileHotReLoad": true, - "bigPackageSizeSupport": true, - "skylineRenderEnable": false + "bigPackageSizeSupport": true }, - "condition": {}, + "condition": { + "miniprogram": { + "list": [ + { + "name": "浠诲姟璇︽儏", + "pathName": "subpackages/task/taskDetail/taskDetail", + "query": "id=c4cfe028-23e7-0be8-ee56-3a11e3743b9d", + "launchMode": "default", + "scene": null + }, + { + "name": "", + "pathName": "pages/mine/index", + "query": "", + "launchMode": "default", + "scene": null + }, + { + "name": "", + "pathName": "subpackages/mine/mineCurriculumVitae/mineCurriculumVitae", + "query": "", + "launchMode": "default", + "scene": null + } + ] + } + }, "libVersion": "3.7.3" } \ No newline at end of file -- Gitblit v1.9.1