1 Commits
ymf ... gaohao

Author SHA1 Message Date
GaoHao
14486e14d1 配置更新 2025-02-06 11:11:23 +08:00
2 changed files with 1 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
//打包时修改env的值即可
const env='test' //test , production,local
const env='production' //test , production,local
export const encryptKey='1234567890123456' // http数据加解密的key

View File

@@ -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,