From cca8804e5727c94128476e51519287f1c0aa4fb3 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 16 Dec 2025 09:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 4 ++-- commons/config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 4e300b3..7ecf149 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,8 +2,8 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "local", - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" }, { diff --git a/commons/config.js b/commons/config.js index 15a1c7f..c35724d 100644 --- a/commons/config.js +++ b/commons/config.js @@ -1,5 +1,5 @@ //打包时修改env的值即可 -const env = 'local' //test,production,local +const env = 'production' //test,production,local export const encryptKey = '1234567890123456' // http数据加解密的key