{ "name": "Vespa", "appid": "__UNI__A4B5AED", "description": "", "versionName": "1.0.0", "versionCode": "100", "transformPx": false, "app-plus": { "background": "transparent", // 关键配置 "backgroundColor": "#00000000", "webview": { "transparent": "always" // 确保 Webview 透明 }, "packOptions": { "ignore":[ { "type":"folder", "value":"node_modules" } ] }, /* 5+App特有相关 */ "usingComponents": true, "nvueCompiler": "uni-app", "nvueStyleCompiler": "uni-app", "splashscreen": { "alwaysShowBeforeRender": true, "waiting": true, "autoclose": true, "delay": 0 }, "modules": {}, /* 模块配置 */ "distribute": { /* 应用发布信息 */ "android": { /* android打包配置 */ "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios": {}, /* ios打包配置 */ "sdkConfigs": {} } }, /* SDK配置 */ "quickapp": {}, /* 快应用特有相关 */ "mp-weixin": { /* 小程序特有相关 */ "appid": "", "setting": { "urlCheck": false }, "usingComponents": true }, "h5": { "devServer": { "port": 8080, //浏览器运行端口 "disableHostCheck": true, //设置跳过host检查 "proxy": { "/api": { "target": "https://chat.qxmier.com", //目标接口域名 "changeOrigin": true, //是否跨域 "secure": false, // 设置支持https协议的代理 "pathRewrite": { "^/api": "" } } } } }, "vueVersion": "3" }