This commit is contained in:
yangzhq68909 2025-09-22 09:43:26 +08:00
parent aa9da6a821
commit f56b003766
3 changed files with 8 additions and 8 deletions

View File

@ -8,9 +8,9 @@ VITE_SHOW_SOURCEMAP = true
#VITE_WEBAPP = 'D://opt//AppUpdateTest'
VITE_WEBAPP = ''
#VITE_SERVER_BASEURL = 'http://10.75.15.247:8080/jeecg-boot'
VITE_SERVER_BASEURL = 'http://10.96.108.144:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'http://10.96.108.144:8080/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'
#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot'

View File

@ -3,7 +3,7 @@
"appid": "__UNI__9F097F0",
"description": "",
"versionName": "2.2.0",
"versionCode": "20250903",
"versionCode": "20250909",
"transformPx": false,
"app-plus": {
"usingComponents": true,

View File

@ -137,12 +137,12 @@
})
} else {
/*开发环境 */
// params.captcha = 'app';
params.captcha = 'app';
/*生产环境 */
params = {
username: Base64.encode(encodeURIComponent(userName.value)),
password: Base64.encode(encodeURIComponent(password.value)),
};
// params = {
// username: Base64.encode(encodeURIComponent(userName.value)),
// password: Base64.encode(encodeURIComponent(password.value)),
// };
}
login(params)
}