From 14486e14d170cc8f120e54fe39f8e701763d9520 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Thu, 6 Feb 2025 11:11:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/config.js | 2 +- manifest.json | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/commons/config.js b/commons/config.js index e11ef6d..bf78f27 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,6 +1,6 @@ //打包时修改env的值即可 -const env='test' //test , production,local +const env='production' //test , production,local export const encryptKey='1234567890123456' // http数据加解密的key diff --git a/manifest.json b/manifest.json index e0574b7..67dfbbb 100644 --- a/manifest.json +++ b/manifest.json @@ -7,15 +7,6 @@ "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { - "app" : { - "name" : "斯耀短剧1", - "pkgName" : "com.hnsiyao.duanju" // 安卓包名 - }, - "ios" : { - "name" : "顺享短剧2", - "app-category" : "public.app-category.utilities", - "bundleID" : "com.hnsiyao.duanju" // iOS bundle ID - }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3,