1
This commit is contained in:
parent
aa9da6a821
commit
f56b003766
4
env/.env.development
vendored
4
env/.env.development
vendored
@ -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'
|
||||
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"appid": "__UNI__9F097F0",
|
||||
"description": "",
|
||||
"versionName": "2.2.0",
|
||||
"versionCode": "20250903",
|
||||
"versionCode": "20250909",
|
||||
"transformPx": false,
|
||||
"app-plus": {
|
||||
"usingComponents": true,
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user