24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"version" : "2.0.0",
|
|
"configurations" : [
|
|
{
|
|
"name" : "运行到H5",
|
|
"request" : "launch",
|
|
"runtime" : "h5",
|
|
"type" : "uni-app",
|
|
"url" : "http://localhost:8080"
|
|
},
|
|
{
|
|
"default" : {
|
|
"launchtype" : "local"
|
|
},
|
|
"h5" : {
|
|
"launchtype" : "local"
|
|
},
|
|
"provider" : "alipay",
|
|
"type" : "uniCloud"
|
|
}
|
|
]
|
|
}
|
|
|