|
@@ -87,7 +87,7 @@ export default new Vuex.Store({
|
|
|
color: "#1F2429",
|
|
|
size: 12,
|
|
|
url: "tognyong2020102700.svg",
|
|
|
- formula: JSON.stringify([]),
|
|
|
+ formula: [],
|
|
|
};
|
|
|
// 空间默认样式
|
|
|
data.defaultZoneStyle = {
|
|
@@ -97,7 +97,7 @@ export default new Vuex.Store({
|
|
|
lineStyle: 0,
|
|
|
fillColor: "#007cc880",
|
|
|
strokeColor: "#007CC8ff",
|
|
|
- formula: JSON.stringify([]),
|
|
|
+ formula: [],
|
|
|
}
|
|
|
state.styleMap = data;
|
|
|
},
|