diff --git a/manifest.json b/manifest.json
index 92d0e24..ba96115 100644
--- a/manifest.json
+++ b/manifest.json
@@ -45,7 +45,8 @@
"Speech" : {},
"iBeacon" : {},
"OAuth" : {},
- "Messaging" : {}
+ "Messaging" : {},
+ "Share" : {}
},
/* 应用发布信息 */
"distribute" : {
@@ -91,7 +92,9 @@
"__platform__" : [ "ios", "android" ]
}
},
- "push" : {},
+ "push" : {
+ "unipush" : null
+ },
"speech" : {},
"oauth" : {
"google" : {
@@ -101,7 +104,8 @@
"facebook" : {
"appid" : "884982142884404"
}
- }
+ },
+ "share" : {}
},
"splashscreen" : {
"androidStyle" : "default",
diff --git a/pages/login/index.vue b/pages/login/index.vue
index 4c3bf77..428d147 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -68,6 +68,15 @@
and privacy policy.
+
+
+
+
+
+
+
+
+