From 6fe508bf517eb74251dd641b34688e09d4422263 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 20 Dec 2023 09:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++++-- pages/login/login.vue | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) 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({