调整路由拦截模式

This commit is contained in:
唐明明
2021-09-24 14:54:16 +08:00
parent 079b016896
commit 9c8b34cc30
5 changed files with 31 additions and 4 deletions

View File

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