patient-mini/project.config.json
码农搬砖工 0984a8157a wedwe
2025-04-24 18:24:05 +08:00

109 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"description": "项目配置文件详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"bundle": false,
"userConfirmedBundleSwitch": false,
"urlCheck": true,
"scopeDataCheck": false,
"coverView": true,
"es6": true,
"postcss": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"preloadBackgroundData": false,
"minified": true,
"autoAudits": false,
"newFeature": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"useIsolateContext": true,
"nodeModules": false,
"enhance": true,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": true,
"packNpmManually": false,
"enableEngineNative": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"showES6CompileOption": false,
"minifyWXML": true,
"useStaticServer": true,
"checkInvalidKey": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"disableUseStrict": false,
"useCompilerPlugins": [
"less"
],
"condition": false,
"ignoreUploadUnusedFiles": true,
"swc": false
},
"compileType": "miniprogram",
"libVersion": "3.7.8",
"appid": "wx1ad3deaff62aed21",
"projectname": "miniprogram-starter",
"condition": {
"miniprogram": {
"list": [
{
"name": "login",
"pathName": "pages/login/login",
"query": "",
"scene": null
},
{
"name": "loginCode",
"pathName": "pages/loginCode/loginCode",
"query": "",
"scene": null
},
{
"name": "my",
"pathName": "pages/my/index",
"query": "",
"scene": null
},
{
"name": "info-edit",
"pathName": "pages/my/info-edit/index",
"query": "",
"scene": null
},
{
"name": "dataCenter",
"pathName": "pages/dataCenter/index",
"query": "",
"scene": null
},
{
"name": "release",
"pathName": "pages/release/index",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "setting",
"pathName": "pages/setting/index",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}