{ "name": "设备管理", "appid": "__UNI__561D9ED", "description": "", "versionName": "1.0", "versionCode": 1, "transformPx": false, "app-plus": { /* 5+App特有相关 */ // // "ssl": { // "cert": "./cert.crt", // "key": "./cert.key" // }, "modules": { "Maps": {}, "Push": {} }, /* 模块配置 */ "distribute": { /* 应用发布信息 */ "android": { /* android打包配置 */ "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios": {}, /* ios打包配置 */ "sdkConfigs": { "ad": {}, "maps": { "amap": { "appkey_ios": "87f4d2a4a0c42e0c86cf312c8b8154e8", "appkey_android": "87f4d2a4a0c42e0c86cf312c8b8154e8" } }, "push": { "unipush": {} } } } }, /* SDK配置 */ "quickapp": {}, /* 快应用特有相关 */ "mp-weixin": { "appid": "wx2ba5c5690b35d173", "setting": { "urlCheck": false, "es6": true }, "permission": { "scope.userLocation": { "desc": "有定位功能需要导航定位" } } }, "h5": { "title": "设备管理", "domain": "myhjdc.cn", "router": { "mode": "hash", "base": "/h5" }, "devServer": { "port": "8080", "https": true, "proxy": { /**配置服务器路径**/ "/jeecg-boot": { "target": "https://192.168.100.105:9999", // 目标服务器 "changeOrigin": true } } }, "optimization": { "treeShaking": { "enable": false } } } } /**配置服务器路径**/ // 目标服务器