From aa6ca4082603e12e404574820e2ad37050032ded Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Fri, 12 Aug 2022 18:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 ++++-- pages/login/login.vue | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 5d6bc7d..c41652f 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,9 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios" : { + "dSYMs" : false + }, /* SDK配置 */ "sdkConfigs" : { "ad" : {}, @@ -109,5 +111,5 @@ } } }, - "template" : "index.html" + "template" : "index.html" } diff --git a/pages/login/login.vue b/pages/login/login.vue index cbcc1ec..a23de15 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -62,13 +62,13 @@ return { windowHeight: uni.getSystemInfoSync().windowHeight, ifPhone:false, - login_phone:'17366921088',//登录手机号 + login_phone:'',//登录手机号 ifCode:false, login_code:'',//登录验证码 ifunitName:false, - login_unitName:'湖南争鸣光电科技有限公司',//登录单位名称 + login_unitName:'',//登录单位名称 ifPassword:false, - login_password:'123456',//登录密码 + login_password:'',//登录密码 codeText:'获取验证码' ,// 获取验证码按钮文字 flagCode:true ,// 允许点击获取验证码 countDown:null,