123456789101112131415161718192021222324 |
- {
-
- "version": "0.0",
- "configurations": [{
- "app-plus" :
- {
- "launchtype" : "remote"
- },
- "default" :
- {
- "launchtype" : "remote"
- },
- "h5" :
- {
- "launchtype" : "remote"
- },
- "mp-weixin" :
- {
- "launchtype" : "remote"
- },
- "type" : "uniCloud"
- }
- ]
- }
|