This commit is contained in:
lagos 2025-06-27 08:35:52 +08:00
parent 71b3470ca2
commit 157e5d294f
3 changed files with 6 additions and 6 deletions

2
env/.env vendored
View File

@ -1,4 +1,4 @@
VITE_APP_TITLE = '数智产销' VITE_APP_TITLE = '数智产销测试'
VITE_APP_PORT = 9000 VITE_APP_PORT = 9000
#VITE_UNI_APPID = '__UNI__9F097F0' #VITE_UNI_APPID = '__UNI__9F097F0'

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.2',
versionCode: '20250616', versionCode: '20250617',
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__1B02D50",
"description": "", "description": "",
"versionName": "2.0.0", "versionName": "2.0.2",
"versionCode": "20250616", "versionCode": "20250617",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
"usingComponents": true, "usingComponents": true,