1
This commit is contained in:
parent
72938d6407
commit
5726688c2e
@ -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特有相关 */
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user