售后详情静态页面添加

This commit is contained in:
2021
2021-09-15 18:39:14 +08:00
parent 41cffec39f
commit 02534e936a
4 changed files with 154 additions and 7 deletions

View File

@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "remote"
}
}
"default" :
{
"launchtype" : "remote"
},
"mp-weixin" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
}
]
}