From 48a4fb20a651049f36344756b65ffcb863ea97f1 Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 3 Dec 2025 18:03:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.ts | 4 ++-- manifest.json | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/api/config.ts b/api/config.ts index 741930c..f437afb 100644 --- a/api/config.ts +++ b/api/config.ts @@ -7,8 +7,8 @@ export const ENV = process.env.NODE_ENV || 'development'; */ const BASE_URL_MAP = { development: { - MAIN: 'http://192.168.110.100:9300/pb/', // 张川川 - // MAIN: 'https://global.nuttyreading.com/', // 线上 + // MAIN: 'http://192.168.110.100:9300/pb/', // 张川川 + MAIN: 'https://global.nuttyreading.com/', // 线上 // PAYMENT: 'https://dev-pay.example.com', // 暂时用不到 // CDN: 'https://cdn-dev.example.com', // 暂时用不到 }, diff --git a/manifest.json b/manifest.json index f49c6c8..5d00489 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "吴门国际", "appid" : "__UNI__1250B39", "description" : "吴门国际", - "versionName" : "0.1.2", - "versionCode" : 12, + "versionName" : "1.0.6", + "versionCode" : 106, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -140,5 +140,7 @@ "enable" : false, "version" : "2" }, - "vueVersion" : "3" + "vueVersion" : "3", + "locale" : "zh-Hans", + "fallbackLocale" : "zh-Hans" }