diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 77cbafb..69faf69 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,13 +4,19 @@ "version" : "0.0", "configurations" : [ { - "default" : { - "launchtype" : "local" - }, - "mp-weixin" : { - "launchtype" : "local" - }, - "type" : "uniCloud" + "app-plus" : + { + "launchtype" : "local" + }, + "default" : + { + "launchtype" : "local" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" }, { "playground" : "custom", diff --git a/manifest.json b/manifest.json index 23d533f..8cdda79 100644 --- a/manifest.json +++ b/manifest.json @@ -21,8 +21,7 @@ "Geolocation" : {}, "Maps" : {}, "Barcode" : {}, - "Camera" : {}, - "Push" : {} + "Camera" : {} }, /* 模块配置 */ "distribute" : { @@ -82,17 +81,7 @@ } }, "ad" : {}, - "push" : { - "unipush" : { - "version" : "2", - "offline" : false, - "icons" : { - "small" : { - "hdpi" : "" - } - } - } - } + "push" : {} }, "icons" : { "android" : { @@ -224,15 +213,15 @@ "/ysk" : "" } }, - "/ww" : { - // 需要被代理的后台地址 - "target" : "http://192.168.1.15:8000", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "/ww" : "" - } - } + "/ww" : { + // 需要被代理的后台地址 + "target" : "http://192.168.1.15:8000", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "/ww" : "" + } + } } } },