| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": false,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- }
- },
- "compileType": "miniprogram",
- "libVersion": "2.11.0",
- "appid": "wx03450d55dcb37448",
- "projectname": "imt小程序",
- "cloudfunctionTemplateRoot": "",
- "watchOptions": {
- "ignore": []
- },
- "debugOptions": {
- "hidedInDevtools": []
- },
- "scripts": {},
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "list": []
- },
- "gamePlugin": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": [
- {
- "id": -1,
- "name": "我的",
- "pathName": "pages/My",
- "scene": null
- },
- {
- "id": -1,
- "name": "搜索",
- "pathName": "pagesHome/Search",
- "scene": null
- },
- {
- "id": -1,
- "name": "对比",
- "pathName": "pagesProduct/Contrast",
- "scene": null
- },
- {
- "id": -1,
- "name": "筛选产品",
- "pathName": "pagesProduct/FilterProduct",
- "query": "vendorId=262&categoryIds=38&vendorName=GF加工方案",
- "scene": null
- },
- {
- "id": -1,
- "name": "服务管家",
- "pathName": "pagesChat/ChatDetail",
- "query": "toUserId=1&type=admin",
- "scene": null
- },
- {
- "id": -1,
- "name": "展商详情",
- "pathName": "pagesVendor/Detail",
- "query": "id=1421",
- "scene": null
- },
- {
- "id": -1,
- "name": "商品",
- "pathName": "pagesProduct/Detail",
- "query": "id=14857",
- "scene": null
- }
- ]
- }
- }
- }
|