From 157e5d294f313117825e06ab2476baca1be168c2 Mon Sep 17 00:00:00 2001 From: lagos <627844378@qq.com> Date: Fri, 27 Jun 2025 08:35:52 +0800 Subject: [PATCH] 1. --- env/.env | 2 +- manifest.config.ts | 4 ++-- src/manifest.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/env/.env b/env/.env index fa5fd9f..55a1f11 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '数智产销' +VITE_APP_TITLE = '数智产销测试' VITE_APP_PORT = 9000 #VITE_UNI_APPID = '__UNI__9F097F0' diff --git a/manifest.config.ts b/manifest.config.ts index 1ee837f..1f1d5e0 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -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.2', + versionCode: '20250617', transformPx: false, locale: VITE_FALLBACK_LOCALE, // 'zh-Hans' /* 5+App特有相关 */ diff --git a/src/manifest.json b/src/manifest.json index 4ae261f..151aa1b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,9 +1,9 @@ { - "name": "数智产销", + "name": "数智产销测试", "appid": "__UNI__1B02D50", "description": "", - "versionName": "2.0.0", - "versionCode": "20250616", + "versionName": "2.0.2", + "versionCode": "20250617", "transformPx": false, "app-plus": { "usingComponents": true,