easypay-app/project.config.json

29 lines
699 B
JSON
Raw Permalink Normal View History

2024-01-18 22:27:33 +08:00
{
2024-01-20 12:29:18 +08:00
"appid": "wx46c3a73d8c4f7051", //wx46c3a73d8c4f7051 wxb74514b47a2f29d4
2024-01-18 22:27:33 +08:00
"compileType": "miniprogram",
"libVersion": "3.3.1",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"coverView": true,
"es6": true,
"postcss": true,
"minified": true,
"enhance": true,
"showShadowRootInWxmlPanel": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false
},
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
}
}