master
fanluyan 1 year ago
parent 356898914e
commit 5cb1f01702

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

Loading…
Cancel
Save