diff --git a/manifest.json b/manifest.json index 5de65f6..761aade 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "数智产销", "appid" : "__UNI__9F097F0", "description" : "", - "versionName" : "1.1.9", - "versionCode" : 20250302, + "versionName" : "1.1.10", + "versionCode" : 20250303, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index 6d5750d..920a4e5 100644 --- a/pages.json +++ b/pages.json @@ -256,7 +256,7 @@ "enablePullDownRefresh": false, "navigationBarTextStyle": "white" } - }, + } ], "tabBar": { "color": "#333333", diff --git a/pages/login/login.vue b/pages/login/login.vue index 976a718..fd2b532 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -98,17 +98,17 @@ }); /*生产环境 begin */ - // loginApi({ - // username: un, - // password: pw, - // ip: getDeviceIp() + loginApi({ + username: un, + password: pw, + ip: getDeviceIp() /*生产环境 end */ /*开发环境 begin */ - localLoginApi({ - username: username.value, - password: password.value, - captcha: 'app' + // localLoginApi({ + // username: username.value, + // password: password.value, + // captcha: 'app' /*开发环境 end */ }).then((loginres) => { if (loginres.success) {