123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "name" : "潜山教育收发文系统",
- "appid" : "__UNI__C111CD4",
- "description" : "潜山教育收发文系统",
- "versionName" : "1.1.0",
- "versionCode" : 110,
- "transformPx" : false,
- "app-plus" : {
- // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭
- "optimization" : {
- "subPackages" : true
- },
- "compatible" : {
- "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
- },
- "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" ],
- "autoSdkPermissions" : false
- },
- "ios" : {
- "dSYMs" : false
- },
- "sdkConfigs" : {
- "ad" : {}
- },
- "icons" : {
- "android" : {
- "hdpi" : "static/logo.png",
- "xhdpi" : "static/logo.png",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- },
- "ios" : {
- "appstore" : "",
- "ipad" : {
- "app" : "",
- "app@2x" : "",
- "notification" : "",
- "notification@2x" : "",
- "proapp@2x" : "",
- "settings" : "",
- "settings@2x" : "",
- "spotlight" : "",
- "spotlight@2x" : ""
- },
- "iphone" : {
- "app@2x" : "",
- "app@3x" : "",
- "notification@2x" : "",
- "notification@3x" : "",
- "settings@2x" : "",
- "settings@3x" : "",
- "spotlight@2x" : "",
- "spotlight@3x" : ""
- }
- }
- }
- }
- },
- "quickapp" : {},
- "mp-weixin" : {
- "appid" : "wxf556d2b0c34da8cf",
- "setting" : {
- "urlCheck" : false,
- "es6" : true,
- "minified" : true,
- "postcss" : true
- },
- "optimization" : {
- "subPackages" : true
- },
- "usingComponents" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "wxf556d2b0c34da8cf"
- }
- }
- },
- "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,
- "proxy" : {
- "/wxuser" : {
- "target" : "https://test.xinxiny.com:8100",
- "changeOrigin" : true,
- "secure" : false,
- "pathRewrite" : {
- "^/wxuser" : ""
- }
- }
- },
- "https" : false
- },
- "template" : "template.h5.html",
- "router" : {
- "mode" : "history",
- "base" : ""
- },
- "optimization" : {
- "treeShaking" : {
- "enable" : false
- }
- },
- "title" : "新星源"
- }
- }
|