123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "uglifyFileName": true,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.4.0",
- "appid": "wxa5b486c6b918ecfb",
- "projectname": "Renard",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "list": []
- },
- "conversation": {
- "list": []
- },
- "plugin": {
- "list": []
- },
- "game": {
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": -1,
- "name": "首页",
- "pathName": "pages/index/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "专题",
- "pathName": "pages/topic/topic",
- "query": ""
- },
- {
- "id": -1,
- "name": "专题详情",
- "pathName": "pages/topicDetail/topicDetail",
- "query": "id=314"
- },
- {
- "id": -1,
- "name": "品牌",
- "pathName": "pages/brand/brand",
- "query": ""
- },
- {
- "id": -1,
- "name": "品牌详情",
- "pathName": "pages/brandDetail/brandDetail",
- "query": "id=1001000"
- },
- {
- "id": -1,
- "name": "人气推荐",
- "pathName": "pages/hotGoods/hotGoods",
- "query": ""
- },
- {
- "id": -1,
- "name": "新品首发",
- "pathName": "pages/newGoods/newGoods",
- "query": ""
- },
- {
- "id": -1,
- "name": "分类",
- "pathName": "pages/catalog/catalog",
- "query": ""
- },
- {
- "id": -1,
- "name": "分类详情",
- "pathName": "pages/category/category",
- "query": "id=1008002"
- },
- {
- "id": -1,
- "name": "查找",
- "pathName": "pages/search/search",
- "query": ""
- },
- {
- "id": -1,
- "name": "商品",
- "pathName": "pages/goods/goods",
- "query": "id=1181000"
- },
- {
- "id": -1,
- "name": "商品评论列表",
- "pathName": "pages/comment/comment",
- "query": "valueId=1181000&type=0"
- },
- {
- "id": -1,
- "name": "购物车",
- "pathName": "pages/cart/cart",
- "query": ""
- },
- {
- "id": -1,
- "name": "下单",
- "pathName": "pages/shopping/checkout/checkout",
- "query": ""
- },
- {
- "id": -1,
- "name": "支付结果",
- "pathName": "pages/payResult/payResult",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的",
- "pathName": "pages/ucenter/index/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的订单列表",
- "pathName": "pages/ucenter/order/order",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的订单详情",
- "pathName": "pages/ucenter/orderDetail/orderDetail",
- "query": "id=1"
- },
- {
- "id": 22,
- "name": "待评价的订单详情",
- "pathName": "pages/ucenter/orderDetail/orderDetail",
- "query": "id=1"
- },
- {
- "id": -1,
- "name": "购买商品评价",
- "pathName": "pages/commentPost/commentPost",
- "query": "orderId=2&type=0&valueId=1116011"
- },
- {
- "id": -1,
- "name": "我的优惠券",
- "pathName": "pages/ucenter/coupon/coupon",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的收藏",
- "pathName": "pages/ucenter/collect/collect",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的地址",
- "pathName": "pages/ucenter/address/address",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的地址添加",
- "pathName": "pages/ucenter/addressAdd/addressAdd",
- "query": ""
- },
- {
- "id": -1,
- "name": "登录",
- "pathName": "pages/auth/login/login",
- "query": ""
- }
- ]
- }
- }
- }
|