This commit is contained in:
yangzhq68909 2025-03-03 18:14:23 +08:00
parent 6ec65c8f41
commit 3777616948
3 changed files with 11 additions and 11 deletions

View File

@ -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" : {

View File

@ -256,7 +256,7 @@
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
},
}
],
"tabBar": {
"color": "#333333",

View File

@ -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) {