This commit is contained in:
yangzhq68909 2025-02-28 09:31:14 +08:00
parent 8e803ae7cd
commit 5d7781710e
2 changed files with 10 additions and 10 deletions

View File

@ -2,8 +2,8 @@
"name" : "数智产销",
"appid" : "__UNI__9F097F0",
"description" : "",
"versionName" : "1.1.6",
"versionCode" : 20250207,
"versionName" : "1.1.7",
"versionCode" : 20250228,
"transformPx" : false,
/* 5+App */
"app-plus" : {

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