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, name: VITE_APP_TITLE,
appid: VITE_UNI_APPID, appid: VITE_UNI_APPID,
description: '', description: '',
versionName: '2.1.0', versionName: '2.1.1',
versionCode: '20250627', versionCode: '20250808',
transformPx: false, transformPx: false,
locale: VITE_FALLBACK_LOCALE, // 'zh-Hans' locale: VITE_FALLBACK_LOCALE, // 'zh-Hans'
/* 5+App特有相关 */ /* 5+App特有相关 */

View File

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

View File

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