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

View File

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

View File

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