123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "miniprogramRoot": "client/dist/",
- "cloudfunctionRoot": "cloud/functions/",
- "projectname": "resourceapp",
- "description": "",
- "appid": "",
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": false,
- "newFeature": true,
- "coverView": true,
- "autoAudits": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "list": []
- },
- "miniprogram": {
- "current": 0,
- "list": [
- {
- "id": 0,
- "name": "pages/index/index",
- "pathName": "pages/index/index",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|