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