12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "autoAudits": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.5.0",
- "appid": "wxec2cf92919734942",
- "projectname": "%E9%9F%B3%E4%B9%90%E9%92%A5%E5%8C%99%E8%B4%A2%E5%8A%A1%E7%B3%BB%E7%BB%9F",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "current": 2,
- "list": [
- {
- "id": -1,
- "name": "登录",
- "pathName": "pages/login/login",
- "query": ""
- },
- {
- "id": -1,
- "name": "数据中心",
- "pathName": "pages/thedatacenter/index",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "提交记录",
- "pathName": "pages/submittherecord/index",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|