Commit d8e74f8d by 肖康

unitH5

parent e557ce15
Showing with 297 additions and 73 deletions
{
"name": "H5_2.0",
"appid": "__UNI__7228DC6",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"h5": {
"devServer": {
"port": 8081,
"disableHostCheck": true,
"proxy": {
"/apis": {
"target": "http://api.liexin.com",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"^/apis": ""
"name" : "H5_2.0",
"appid" : "__UNI__4C0034B",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
"h5" : {
"devServer" : {
"port" : 8081,
"disableHostCheck" : true,
"proxy" : {
"/apis" : {
"target" : "http://api.liexin.com",
"changeOrigin" : true,
"secure" : true,
"pathRewrite" : {
"^/apis" : ""
}
},
"/esapi": {
"target": "http://so.liexin.net",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"^/esapi": ""
"/esapi" : {
"target" : "http://so.liexin.net",
"changeOrigin" : true,
"secure" : true,
"pathRewrite" : {
"^/esapi" : ""
}
},
"/v3": {
"target": "http://www.liexin.com",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"^/v3": "/v3/"
"/v3" : {
"target" : "http://www.liexin.com",
"changeOrigin" : true,
"secure" : true,
"pathRewrite" : {
"^/v3" : "/v3/"
}
},
"/cube": {
"target": "http://cube.jianming.liexinlocal.com",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"^/cube": ""
"/cube" : {
"target" : "http://cube.jianming.liexinlocal.com",
"changeOrigin" : true,
"secure" : true,
"pathRewrite" : {
"^/cube" : ""
}
}
}
},
"optimization": {
"treeShaking": {
"enable": false
"optimization" : {
"treeShaking" : {
"enable" : false
}
}
},
"app-plus": {
"usingComponents": true,
"nvueStyleCompiler": "uni-app",
"compilerVersion": 3,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
"app-plus" : {
"usingComponents" : true,
"nvueStyleCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
"autoclose" : true,
"delay" : 0
},
/* 模块配置 */
"modules": {},
"modules" : {},
/* 应用发布信息 */
"distribute": {
"distribute" : {
/* android打包配置 */
"android": {
"permissions": [
"android" : {
"permissions" : [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
......@@ -85,32 +85,32 @@
]
},
/* ios打包配置 */
"ios": {},
"ios" : {},
/* SDK配置 */
"sdkConfigs": {}
"sdkConfigs" : {}
}
},
"quickapp": {},
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false
"quickapp" : {},
"mp-weixin" : {
"appid" : "",
"setting" : {
"urlCheck" : false
},
"usingComponents": true
"usingComponents" : true
},
"mp-alipay": {
"usingComponents": true
"mp-alipay" : {
"usingComponents" : true
},
"mp-baidu": {
"usingComponents": true
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao": {
"usingComponents": true
"mp-toutiao" : {
"usingComponents" : true
},
"uniStatistics": {
"enable": false
"uniStatistics" : {
"enable" : false
},
"vueVersion": "2",
"fallbackLocale": "zh-Hans",
"locale": "zh-Hans"
}
\ No newline at end of file
"vueVersion" : "2",
"fallbackLocale" : "zh-Hans",
"locale" : "zh-Hans"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment