{ "name": "cashier_weapp", "appid": "__UNI__8092421", "description": "", "versionName": "1.0.0", "versionCode": "100", "transformPx": false, /* 5+App特有相关 */ "app-plus": { "usingComponents": true, "nvueStyleCompiler": "uni-app", "compilerVersion": 3, "splashscreen": { "alwaysShowBeforeRender": true, "waiting": true, "autoclose": true, "delay": 0 }, /* 模块配置 */ "modules": { "Barcode": {} }, /* 应用发布信息 */ "distribute": { /* android打包配置 */ "android": { "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* ios打包配置 */ "ios": { "dSYMs": false }, /* SDK配置 */ "sdkConfigs": { "ad": {} } } }, /* 快应用特有相关 */ "quickapp": {}, /* 小程序特有相关 */ "mp-weixin": { "appid": "wxd88fffa983758a30", "setting": { "urlCheck": false, "minified": true, "es6": true, "postcss": true }, "usingComponents": true, "libVersion": "latest", "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" } }, "requiredPrivateInfos": ["getLocation", "onLocationChange", "chooseLocation", "chooseAddress"] }, "h5": { "devServer": { "https": false, "disableHostCheck": false, "proxy": { "/api": { "target": "https://wxcashiertest.sxczgkj.cn/cashierService", // "target" : "https://ky.sxczgkj.cn", "ws": false, "changeOrigin": true, //是否跨域 "secure": false, // 设置支持https协议的代理 "pathRewrite": { "^/api": "" //需要rewrite重写的, } } } }, "template": "template.h5.html", "router": { "mode": "history", "base": "/h5/" } }, "mp-alipay": { "usingComponents": true }, "mp-baidu": { "usingComponents": true }, "mp-toutiao": { "usingComponents": true }, "uniStatistics": { "enable": false }, "vueVersion": "2" }