From 7a1ebec2c92bf1e614d7b57f253bc062453f001d Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 27 Mar 2024 17:02:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 7 ++++++- src/pages/login.vue | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index e6deb93..601b24e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -17,9 +17,14 @@ "autoclose" : true, "delay" : 0 }, + "compatible" : { + "ignoreVersion" : true + }, /* 模块配置 */ "modules" : { - "Push" : {} + "Push" : {}, + "Barcode" : {}, + "Camera" : {} }, /* 应用发布信息 */ "distribute" : { diff --git a/src/pages/login.vue b/src/pages/login.vue index d692e9e..18faabd 100644 --- a/src/pages/login.vue +++ b/src/pages/login.vue @@ -50,8 +50,8 @@ const { proxy } = getCurrentInstance() let loginForm = ref({ tenantName: "闻荫源码", - username: "admin", - password: "123456", + username: "", + password: "", captchaVerification: "", rememberMe: false, code: '1',