/** * Copyright (c) 2013-Now http://jeesite.com All rights reserved. */ { "name": "JeeSite", "appid": "__UNI__841DCAE", "description": "JeeSite快速开发平台", "versionName": "4.3.2", "versionCode": "100", "transformPx": false, "app-plus": { // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭 "optimization": { "subPackages": true }, "safearea": { "bottom": { "offset": "none" } }, "splashscreen": { "alwaysShowBeforeRender": true, "waiting": true, "autoclose": true, "delay": 0 }, "usingComponents": true, "nvueCompiler": "uni-app", "compilerVersion": 3, "modules": {}, "distribute": { "android": { "permissions": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "abiFilters": ["armeabi-v7a", "arm64-v8a"] }, "ios": {}, "sdkConfigs": { "ad": {}, "oauth": {} }, "icons": { "android": { "hdpi": "unpackage/res/icons/72x72.png", "xhdpi": "unpackage/res/icons/96x96.png", "xxhdpi": "unpackage/res/icons/144x144.png", "xxxhdpi": "unpackage/res/icons/192x192.png" }, "ios": { "appstore": "unpackage/res/icons/1024x1024.png", "ipad": { "app": "unpackage/res/icons/76x76.png", "app@2x": "unpackage/res/icons/152x152.png", "notification": "unpackage/res/icons/20x20.png", "notification@2x": "unpackage/res/icons/40x40.png", "proapp@2x": "unpackage/res/icons/167x167.png", "settings": "unpackage/res/icons/29x29.png", "settings@2x": "unpackage/res/icons/58x58.png", "spotlight": "unpackage/res/icons/40x40.png", "spotlight@2x": "unpackage/res/icons/80x80.png" }, "iphone": { "app@2x": "unpackage/res/icons/120x120.png", "app@3x": "unpackage/res/icons/180x180.png", "notification@2x": "unpackage/res/icons/40x40.png", "notification@3x": "unpackage/res/icons/60x60.png", "settings@2x": "unpackage/res/icons/58x58.png", "settings@3x": "unpackage/res/icons/87x87.png", "spotlight@2x": "unpackage/res/icons/80x80.png", "spotlight@3x": "unpackage/res/icons/120x120.png" } } }, "splashscreen": { "androidStyle": "common" } } }, "quickapp": {}, "mp-weixin": { "appid": "wx335f34af8ccb4131", "setting": { "urlCheck": true, "es6": false, "minified": true, "postcss": true }, "optimization": { "subPackages": true }, "usingComponents": true }, "mp-alipay": { "usingComponents": true, "component2": true }, "mp-qq": { "optimization": { "subPackages": true }, "appid": "" }, "mp-baidu": { "usingComponents": true, "appid": "" }, "mp-toutiao": { "usingComponents": true, "appid": "" }, "h5": { "devServer": { "port": 8080, //这边填当前项目的编译端口,编译时直接使用此端口,也是代理端口 "disableHostCheck": true, //vue关闭主机检查 "proxy": { "/api": { //代理API域名的路径 "target": "http://localhost:8299/api", //代理API域名地址+端口+路径 "changeOrigin": true, //是否跨域 "secure": false, //ssl,如果是https要更改为:true "pathRewrite":{"^/api":""} //代理请求时的重写路径,和"/api2"、"/api2".target保持一致即可 } } }, "template": "h5.html", "router": { "mode": "hash", "base": "/app" }, "optimization": { "treeShaking": { "enable": false } }, "title": "JeeSite", "domain": "/app" } }