123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": true,
- "postcss": false,
- "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": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
- "useStaticServer": true,
- "lazyloadPlaceholderEnable": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.22.1",
- "appid": "wx18ddfb7e334b966b",
- "projectname": "龙哥到家",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "plugin": {
- "list": []
- },
- "game": {
- "list": []
- },
- "gamePlugin": {
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": -1,
- "name": "home",
- "pathName": "pages/index/index",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "商品详情页面",
- "pathName": "pages/goods-details/index",
- "query": "id=134&inviter_id=456",
- "scene": 1011
- },
- {
- "id": -1,
- "name": "商品详情页面",
- "pathName": "pages/goods-details/index",
- "query": "id= 6761",
- "scene": null
- },
- {
- "id": -1,
- "name": "砍价详情页面",
- "pathName": "pages/goods-details/index",
- "query": "id=6765",
- "scene": null
- },
- {
- "id": -1,
- "name": "砍价详情页面",
- "pathName": "pages/goods-details/index",
- "query": "id=6765&kjJoinUid=701677",
- "scene": null
- },
- {
- "id": -1,
- "name": "拼团",
- "pathName": "pages/goods-details/index",
- "query": "id=6761",
- "scene": null
- },
- {
- "id": -1,
- "name": "生成海报",
- "pathName": "pages/goods-details/poster",
- "query": "goodsid=6761",
- "scene": null
- },
- {
- "id": -1,
- "name": "notice",
- "pathName": "pages/notice/index",
- "query": "",
- "scene": null
- },
- {
- "name": "带参数进首页",
- "pathName": "pages/index/index",
- "query": "a=1&b=2&c=3",
- "scene": null
- }
- ]
- }
- },
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|