{ "name" : "wechat-crm", "appid" : "__UNI__A78DC03", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, "app-plus" : { /* 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" : "wx6124d881774fb80a", "setting" : { "urlCheck" : false, "es6" : true, "postcss" : true, "minified" : true }, "usingComponents" : true, "permission" : {}, "tabBar" : { "color" : "#999999", "selectedColor" : "#667eea", "backgroundColor" : "#ffffff", "borderStyle" : "black", "list" : [ { "pagePath" : "pages/index/index", "text" : "首页", "iconPath" : "static/tabbar-home.png", "selectedIconPath" : "static/tabbar-home-active.png" }, { "pagePath" : "pages/customer/list", "text" : "客户", "iconPath" : "static/tabbar-customer.png", "selectedIconPath" : "static/tabbar-customer-active.png" }, { "pagePath" : "pages/message/list", "text" : "消息", "iconPath" : "static/tabbar-message.png", "selectedIconPath" : "static/tabbar-message-active.png" }, { "pagePath" : "pages/stats/index", "text" : "统计", "iconPath" : "static/tabbar-stats.png", "selectedIconPath" : "static/tabbar-stats-active.png" }, { "pagePath" : "pages/mine/index", "text" : "我的", "iconPath" : "static/tabbar-mine.png", "selectedIconPath" : "static/tabbar-mine-active.png" } ] } }, "vueVersion" : "3" }