Commit d8e74f8d by 肖康

unitH5

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