From dd218bdf428c23d92ea95aee00106885ca485479 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 31 十二月 2025 17:52:17 +0800
Subject: [PATCH] fix: bug
---
apps/bStandardMiniApp/project.config.json | 118 +++++++++++-----------
apps/housekeepingMiniApp/project.config.json | 2
apps/bStandardMiniApp/ci/upload.js | 4
apps/housekeepingMiniApp/ci/upload.js | 4
apps/cStandardMiniApp/ci/upload.js | 4
apps/cStandardMiniApp/project.config.json | 116 +++++++++++-----------
6 files changed, 124 insertions(+), 124 deletions(-)
diff --git a/apps/bStandardMiniApp/ci/upload.js b/apps/bStandardMiniApp/ci/upload.js
index e6ee456..0517964 100644
--- a/apps/bStandardMiniApp/ci/upload.js
+++ b/apps/bStandardMiniApp/ci/upload.js
@@ -27,8 +27,8 @@
return {
weapp: {
appid: config.appid,
- privateKeyPath: `${projectPath}/ci/private.wxc47d6f255e7d0566.key`,
- // privateKeyPath: `${projectPath}/ci/private.wx670e93d737a59ba4.key`,
+ // privateKeyPath: `${projectPath}/ci/private.wxc47d6f255e7d0566.key`,
+ privateKeyPath: `${projectPath}/ci/private.wx670e93d737a59ba4.key`,
robot: robot,
setting: {
minify: false,
diff --git a/apps/bStandardMiniApp/project.config.json b/apps/bStandardMiniApp/project.config.json
index 6ab9404..1451a57 100644
--- a/apps/bStandardMiniApp/project.config.json
+++ b/apps/bStandardMiniApp/project.config.json
@@ -1,61 +1,61 @@
{
- "miniprogramRoot": "dist/",
- "description": "",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": true,
- "postcss": false,
- "preloadBackgroundData": false,
- "minified": false,
- "newFeature": false,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": false,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "enableEngineNative": false,
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": false,
- "disableUseStrict": false,
- "minifyWXML": false,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": false,
- "condition": false,
- "compileWorklet": false,
- "localPlugins": false,
- "swc": false,
- "disableSWC": true
+ "miniprogramRoot": "dist/",
+ "description": "",
+ "setting": {
+ "urlCheck": false,
+ "es6": true,
+ "enhance": true,
+ "postcss": false,
+ "preloadBackgroundData": false,
+ "minified": false,
+ "newFeature": false,
+ "coverView": true,
+ "nodeModules": false,
+ "autoAudits": false,
+ "showShadowRootInWxmlPanel": true,
+ "scopeDataCheck": false,
+ "uglifyFileName": false,
+ "checkInvalidKey": true,
+ "checkSiteMap": false,
+ "uploadWithSourceMap": true,
+ "compileHotReLoad": false,
+ "lazyloadPlaceholderEnable": false,
+ "useMultiFrameRuntime": true,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
},
- "compileType": "miniprogram",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- },
- "srcMiniprogramRoot": "dist/",
- "condition": {},
- "libVersion": "3.9.3",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "appid": "wxc47d6f255e7d0566",
- "projectname": "bStandardMiniApp",
- "simulatorPluginLibVersion": {}
-}
\ No newline at end of file
+ "enableEngineNative": false,
+ "useIsolateContext": true,
+ "userConfirmedBundleSwitch": false,
+ "packNpmManually": false,
+ "packNpmRelationList": [],
+ "minifyWXSS": false,
+ "disableUseStrict": false,
+ "minifyWXML": false,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": false,
+ "condition": false,
+ "compileWorklet": false,
+ "localPlugins": false,
+ "swc": false,
+ "disableSWC": true
+ },
+ "compileType": "miniprogram",
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 4
+ },
+ "srcMiniprogramRoot": "dist/",
+ "condition": {},
+ "libVersion": "3.9.3",
+ "packOptions": {
+ "ignore": [],
+ "include": []
+ },
+ "appid": "wx670e93d737a59ba4",
+ "projectname": "bStandardMiniApp",
+ "simulatorPluginLibVersion": {}
+}
diff --git a/apps/cStandardMiniApp/ci/upload.js b/apps/cStandardMiniApp/ci/upload.js
index 85ded07..69479ba 100644
--- a/apps/cStandardMiniApp/ci/upload.js
+++ b/apps/cStandardMiniApp/ci/upload.js
@@ -27,8 +27,8 @@
return {
weapp: {
appid: config.appid,
- privateKeyPath: `${projectPath}/ci/private.wxb9e0baf4f87aa0de.key`,
- // privateKeyPath: `${projectPath}/ci/private.wx319472d08e4b0fe1.key`,
+ // privateKeyPath: `${projectPath}/ci/private.wxb9e0baf4f87aa0de.key`,
+ privateKeyPath: `${projectPath}/ci/private.wx319472d08e4b0fe1.key`,
robot: robot,
setting: {
minify: false,
diff --git a/apps/cStandardMiniApp/project.config.json b/apps/cStandardMiniApp/project.config.json
index 65342d4..736e24b 100644
--- a/apps/cStandardMiniApp/project.config.json
+++ b/apps/cStandardMiniApp/project.config.json
@@ -1,60 +1,60 @@
{
- "miniprogramRoot": "dist/",
- "description": "",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "enhance": false,
- "postcss": false,
- "preloadBackgroundData": false,
- "minified": false,
- "newFeature": false,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": false,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "useMultiFrameRuntime": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "enableEngineNative": false,
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": false,
- "disableUseStrict": false,
- "minifyWXML": false,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
- "condition": false,
- "compileWorklet": false,
- "localPlugins": false,
- "swc": false,
- "disableSWC": true
+ "miniprogramRoot": "dist/",
+ "description": "",
+ "setting": {
+ "urlCheck": false,
+ "es6": false,
+ "enhance": false,
+ "postcss": false,
+ "preloadBackgroundData": false,
+ "minified": false,
+ "newFeature": false,
+ "coverView": true,
+ "nodeModules": false,
+ "autoAudits": false,
+ "showShadowRootInWxmlPanel": true,
+ "scopeDataCheck": false,
+ "uglifyFileName": false,
+ "checkInvalidKey": true,
+ "checkSiteMap": false,
+ "uploadWithSourceMap": true,
+ "compileHotReLoad": false,
+ "lazyloadPlaceholderEnable": false,
+ "useMultiFrameRuntime": true,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
},
- "compileType": "miniprogram",
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- },
- "srcMiniprogramRoot": "dist/",
- "condition": {},
- "simulatorPluginLibVersion": {},
- "appid": "wxb9e0baf4f87aa0de",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "libVersion": "3.11.2"
-}
\ No newline at end of file
+ "enableEngineNative": false,
+ "useIsolateContext": true,
+ "userConfirmedBundleSwitch": false,
+ "packNpmManually": false,
+ "packNpmRelationList": [],
+ "minifyWXSS": false,
+ "disableUseStrict": false,
+ "minifyWXML": false,
+ "showES6CompileOption": false,
+ "useCompilerPlugins": false,
+ "ignoreUploadUnusedFiles": true,
+ "condition": false,
+ "compileWorklet": false,
+ "localPlugins": false,
+ "swc": false,
+ "disableSWC": true
+ },
+ "compileType": "miniprogram",
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 4
+ },
+ "srcMiniprogramRoot": "dist/",
+ "condition": {},
+ "simulatorPluginLibVersion": {},
+ "appid": "wx319472d08e4b0fe1",
+ "packOptions": {
+ "ignore": [],
+ "include": []
+ },
+ "libVersion": "3.11.2"
+}
diff --git a/apps/housekeepingMiniApp/ci/upload.js b/apps/housekeepingMiniApp/ci/upload.js
index 8127852..99fae5c 100644
--- a/apps/housekeepingMiniApp/ci/upload.js
+++ b/apps/housekeepingMiniApp/ci/upload.js
@@ -27,8 +27,8 @@
return {
weapp: {
appid: config.appid,
- privateKeyPath: `${projectPath}/ci/private.wx3669dd12a0915f7d.key`,
- // privateKeyPath: `${projectPath}/ci/private.wxb9fd8132fa327c85.key`,
+ // privateKeyPath: `${projectPath}/ci/private.wx3669dd12a0915f7d.key`,
+ privateKeyPath: `${projectPath}/ci/private.wxb9fd8132fa327c85.key`,
robot: robot,
setting: {
minify: false,
diff --git a/apps/housekeepingMiniApp/project.config.json b/apps/housekeepingMiniApp/project.config.json
index 3173210..bed3937 100644
--- a/apps/housekeepingMiniApp/project.config.json
+++ b/apps/housekeepingMiniApp/project.config.json
@@ -51,7 +51,7 @@
"srcMiniprogramRoot": "dist/",
"condition": {},
"simulatorPluginLibVersion": {},
- "appid": "wx3669dd12a0915f7d",
+ "appid": "wxb9fd8132fa327c85",
"packOptions": {
"ignore": [],
"include": []
--
Gitblit v1.10.0