加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.config.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
走路带疯 提交于 2018-08-30 17:44 . Initial commit
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.0",
"appid": "wx8ad189c2f2a4fe6c",
"projectname": "wxshop20180822",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
"name": "选择优惠券",
"pathName": "pages/shopping/selCoupon/selCoupon",
"query": "isBuy=false"
},
{
"id": -1,
"name": "订单界面",
"pathName": "pages/shopping/checkout/checkout",
"query": "isBuy=true"
},
{
"id": -1,
"name": "我的优惠券",
"pathName": "pages/ucenter/coupon/coupon",
"query": "isBuy=true"
},
{
"id": -1,
"name": "我的订单",
"pathName": "pages/ucenter/order/order",
"query": ""
}
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化