diff --git a/manifest.json b/manifest.json index 2b453d1..87f6ba9 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,10 @@ "delay" : 0 }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Barcode" : {}, + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -41,7 +44,8 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "x86" ] }, /* ios打包配置 */ "ios" : { diff --git a/pages/login/login.vue b/pages/login/login.vue index e2c44df..788666b 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -97,7 +97,6 @@ } else { this.$store.dispatch('delLoginName', '') } - console.log(res.user.user) this.$store.dispatch('saveUserInfo', JSON.stringify(res.user.user)) this.$store.dispatch('saveToken', res.token) uni.redirectTo({