diff --git a/src/manifest.json b/src/manifest.json index 2a0b15ec..c5e5c9f0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name" : "wms", - "appid" : "__UNI__43932FE", + "appid" : "__UNI__600E731", "description" : "", "versionName" : "1.0.0", "versionCode" : 1, @@ -25,7 +25,6 @@ "Barcode" : {}, "Camera" : {} }, - /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -60,24 +59,39 @@ "sdkConfigs" : { "ad" : {} }, - "nativePlugins" : { - "TestModule" : { - "__plugin_info__" : { - "name" : "TestModule", - "description" : "打印", - "platforms" : "Android", - "url" : "", - "android_package_name" : "", - "ios_bundle_id" : "", - "isCloud" : false, - "bought" : -1, - "pid" : "", - "parameters" : {} - } - } - } + "nativePlugins" : { + "TestModule" : { + "__plugin_info__" : { + "name" : "TestModule", + "description" : "打印", + "platforms" : "Android", + "url" : "", + "android_package_name" : "", + "ios_bundle_id" : "", + "isCloud" : false, + "bought" : -1, + "pid" : "", + "parameters" : {} + } + } + } + }, + "nativePlugins" : { + "TestModule" : { + "__plugin_info__" : { + "name" : "TestModule", + "description" : "打印", + "platforms" : "Android", + "url" : "", + "android_package_name" : "", + "ios_bundle_id" : "", + "isCloud" : false, + "bought" : -1, + "pid" : "", + "parameters" : {} + } + } } - }, /* 快应用特有相关 */ "quickapp" : {},