|
|
|
@ -8,24 +8,24 @@ const store = {
|
|
|
|
state: {
|
|
|
|
state: {
|
|
|
|
data:{
|
|
|
|
data:{
|
|
|
|
"theme":{
|
|
|
|
"theme":{
|
|
|
|
"primary-color":"rgba(184, 68, 13, 1)"
|
|
|
|
"primary-color":"rgba(33, 56, 207, 1)"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"title":{
|
|
|
|
"title":{
|
|
|
|
"text":"立体库智能视觉系统",
|
|
|
|
"text":"北起院立库盘点系统",
|
|
|
|
"style":{
|
|
|
|
"style":{
|
|
|
|
"color":"rgba(255, 255, 255, 1)",
|
|
|
|
"color":"rgba(255, 255, 255, 1)",
|
|
|
|
"background-color":"rgba(163, 60, 12, 1)",
|
|
|
|
"background-color":"rgba(6, 87, 207, 1)",
|
|
|
|
"font-size":"24px"
|
|
|
|
"font-size":"24px"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"menu":{
|
|
|
|
"menu":{
|
|
|
|
"default":{
|
|
|
|
"default":{
|
|
|
|
"color":"rgba(230, 224, 224, 1)",
|
|
|
|
"color":"rgba(230, 224, 224, 1)",
|
|
|
|
"background-color":"rgba(163, 60, 12, 1)"
|
|
|
|
"background-color":"rgba(6, 87, 207, 1)"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"select":{
|
|
|
|
"select":{
|
|
|
|
"color":"rgba(255, 255, 255, 1)",
|
|
|
|
"color":"rgba(255, 255, 255, 1)",
|
|
|
|
"background-color":"rgba(184, 68, 13, 1)"
|
|
|
|
"background-color":"rgba(33, 56, 207, 1)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|