Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14486e14d1 |
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
//打包时修改env的值即可
|
//打包时修改env的值即可
|
||||||
const env='test' //test , production,local
|
const env='production' //test , production,local
|
||||||
|
|
||||||
export const encryptKey='1234567890123456' // http数据加解密的key
|
export const encryptKey='1234567890123456' // http数据加解密的key
|
||||||
|
|
||||||
|
|||||||
@@ -7,15 +7,6 @@
|
|||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"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,
|
"usingComponents" : true,
|
||||||
"nvueStyleCompiler" : "uni-app",
|
"nvueStyleCompiler" : "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user