加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.config.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
zhongxin 提交于 2019-07-18 05:26 . feat: init
{
"miniprogramRoot": "client/dist/",
"cloudfunctionRoot": "cloud/functions/",
"projectname": "eshop",
"description": "电商小程序",
"appid": "wx4a2ed3a6f3f189cc",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 3,
"list": [
{
"id": 0,
"name": "shop",
"pathName": "pages/shop/index",
"query": "venderId=1",
"scene": null
},
{
"id": 1,
"name": "detail",
"pathName": "pages/detail/index",
"query": "skuId=2",
"scene": null
},
{
"id": -1,
"name": "cart",
"pathName": "pages/cart/index",
"query": "",
"scene": null
},
{
"id": -1,
"name": "order",
"pathName": "pages/order/list/index",
"query": "",
"scene": null
}
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化