This commit is contained in:
yangzhq68909 2025-08-08 16:44:08 +08:00
parent d133b539c4
commit 1fd46fe7ec
3 changed files with 7 additions and 7 deletions

View File

@ -17,8 +17,8 @@ export default defineManifestConfig({
name: VITE_APP_TITLE,
appid: VITE_UNI_APPID,
description: '',
versionName: '2.1.0',
versionCode: '20250627',
versionName: '2.1.1',
versionCode: '20250808',
transformPx: false,
locale: VITE_FALLBACK_LOCALE, // 'zh-Hans'
/* 5+App特有相关 */

View File

@ -1,9 +1,9 @@
{
"name": "数智产销",
"appid": "__UNI__1B02D50",
"appid": "__UNI__9F097F0",
"description": "",
"versionName": "2.1.0",
"versionCode": "20250627",
"versionName": "2.1.1",
"versionCode": "20250808",
"transformPx": false,
"app-plus": {
"usingComponents": true,

View File

@ -105,9 +105,9 @@
let pw = Base64.encode(encodeURIComponent(password.value))
loading.value = true
/*生产环境 begin */
// loginApi({ username: un, password: pw })
loginApi({ username: un, password: pw })
/*开发环境 begin */
loginApi({ username: userName.value, password: password.value, captcha: 'app' })
// loginApi({ username: userName.value, password: password.value, captcha: 'app' })
.then((res : any) => {
if (res.success) {
const { result } = res