体质测试
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tizhiceshi/project.config.json

127 lines
3.2 KiB

2 years ago
{
"description": "项目配置文件。",
"packOptions": {
2 years ago
"ignore": [],
"include": []
2 years ago
},
"setting": {
"urlCheck": true,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"showES6CompileOption": false,
2 years ago
"useCompilerPlugins": false,
"condition": false
2 years ago
},
"compileType": "miniprogram",
2 years ago
"libVersion": "2.25.3",
2 years ago
"appid": "wx0753f8ba4c70d727",
"projectname": "FastAdmin-cms-wxapp",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"miniprogram": {
"list": [
{
"name": "page/login/login",
"pathName": "page/login/login",
"query": "",
"scene": null
},
{
"name": "page/begin/begin",
"pathName": "page/begin/begin",
"query": "",
"scene": null
},
{
"name": "page/result/result",
"pathName": "page/result/result",
"query": "",
"scene": null
},
{
"name": "page/getscore/getscore",
"pathName": "page/getscore/getscore",
"query": "",
"scene": null
},
{
"name": "page/case/case",
"pathName": "page/case/case",
"query": "",
"scene": null
},
{
"name": "page/systemTest/systemTest",
"pathName": "page/systemTest/systemTest",
"query": "",
"scene": null
},
{
"name": "page/identificationTwo/identificationTwo",
"pathName": "page/identificationTwo/identificationTwo",
"query": "",
"scene": null
},
{
"name": "page/constitutionAnalyse/constitutionAnalyse",
"pathName": "page/constitutionAnalyse/constitutionAnalyse",
"query": "",
"scene": null
},
{
"name": "page/my/my",
"pathName": "page/my/my",
"query": "",
"scene": null
},
{
"name": "page/testHistory/testHistory",
"pathName": "page/testHistory/testHistory",
"query": "",
"scene": null
},
{
"name": "page/gradeOrder/gradeOrder",
"pathName": "page/gradeOrder/gradeOrder",
2 years ago
"query": "",
2 years ago
"scene": null
}
]
}
2 years ago
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
2 years ago
}
}