This commit is contained in:
yangzhq68909 2025-06-23 08:38:09 +08:00
parent 72938d6407
commit 5726688c2e
3 changed files with 4 additions and 9 deletions

View File

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

View File

@ -2,8 +2,8 @@
"name": "数智产销",
"appid": "__UNI__9F097F0",
"description": "",
"versionName": "2.0.0",
"versionCode": "20250616",
"versionName": "2.0.3",
"versionCode": "20250620",
"transformPx": false,
"app-plus": {
"usingComponents": true,

View File

@ -158,7 +158,6 @@
}
const clockin = () => {
// #ifndef H5
if (loading.value) return
addApi({
weizhi: appStore.clockin
@ -170,10 +169,6 @@
}
loading.value = true
})
// #endif
// #ifdef H5
toast.warning('H5暂不支持')
// #endif
}