master
fanluyan 1 year ago
parent 356898914e
commit 5cb1f01702

@ -24,7 +24,7 @@
placeholder="请选择标注名称" placeholder="请选择标注名称"
> >
<el-option <el-option
v-for="(label, value, index) in markOptions" v-for="(label, value, index) in typeMap"
:key="value" :key="value"
:label="label" :label="label"
:value="index" :value="index"
@ -90,6 +90,7 @@ export default {
6: "推土机", 6: "推土机",
7: "翻斗车", 7: "翻斗车",
8: "异物", 8: "异物",
9: "防尘网",
}, },
// //
@ -162,6 +163,7 @@ export default {
if (isProduction) { if (isProduction) {
// 使IP // 使IP
this.hostName = window.location.origin; this.hostName = window.location.origin;
console.log(this.hostName)
console.log("aaaaaaaaaaaa"); console.log("aaaaaaaaaaaa");
} else { } else {
// 使 target // 使 target
@ -837,6 +839,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
//height: 32px; //height: 32px;
flex-wrap: wrap;
.bgClass { .bgClass {
background-color: aqua; background-color: aqua;
} }

Loading…
Cancel
Save