工单同步

cyl/job_im
jscyl13849007907 2 days ago
parent 3c002f1e3e
commit f017ef26f5

@ -22,11 +22,11 @@ export default {
// themeColor: "#00B666", // themeColor: "#00B666",
// themeBackgroundColor: "#00B66621", // themeBackgroundColor: "#00B66621",
// themeColor: "#fea702", themeColor: "#fea702",
// themeBackgroundColor: "#fea70221", themeBackgroundColor: "#fea70221",
themeColor: "#2FC67D", // themeColor: "#2FC67D",
themeBackgroundColor: "#2FC67D21", // themeBackgroundColor: "#2FC67D21",
logo: "", logo: "",
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN

@ -137,7 +137,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxfab5320942daaafa", "appid" : "wx15bc9c758f4eb129",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,

@ -854,38 +854,38 @@
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": { "tabBar": {
"color": "#606266", "color": "#606266",
"selectedColor": "#2FC67D", "selectedColor": "#fea702",
"borderStyle": "black", "borderStyle": "black",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
// "custom": true, // "custom": true,
"list": [ "list": [
{ {
"iconPath": "static/image/tabbar/home.png", "iconPath": "static/image/tabbar/home.png",
"selectedIconPath": "static/image/tabbar/home_green.png", "selectedIconPath": "static/image/tabbar/home_yellow.png",
"pagePath": "pages/home/index", "pagePath": "pages/home/index",
"text": "首页" "text": "首页"
}, },
{ {
"iconPath": "static/image/tabbar/message.png", "iconPath": "static/image/tabbar/message.png",
"selectedIconPath": "static/image/tabbar/message_green.png", "selectedIconPath": "static/image/tabbar/message_yellow.png",
"pagePath": "pages/message/index", "pagePath": "pages/message/index",
"text": "消息" "text": "消息"
}, },
{ {
"iconPath": "static/image/tabbar/plus-square.png", "iconPath": "static/image/tabbar/plus-square.png",
"selectedIconPath": "static/image/tabbar/plus-square_green.png", "selectedIconPath": "static/image/tabbar/plus-square_yellow.png",
"pagePath": "pages/apply/index", "pagePath": "pages/apply/index",
"text": "报名" "text": "报名"
}, },
{ {
"iconPath": "static/image/tabbar/order.png", "iconPath": "static/image/tabbar/order.png",
"selectedIconPath": "static/image/tabbar/order_green.png", "selectedIconPath": "static/image/tabbar/order_yellow.png",
"pagePath": "pages/order/index", "pagePath": "pages/order/index",
"text": "工单" "text": "工单"
}, },
{ {
"iconPath": "static/image/tabbar/user.png", "iconPath": "static/image/tabbar/user.png",
"selectedIconPath": "static/image/tabbar/user_green.png", "selectedIconPath": "static/image/tabbar/user_yellow.png",
"pagePath": "pages/person/index", "pagePath": "pages/person/index",
"text": "我的" "text": "我的"
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save