This commit is contained in:
parent
8e3076e113
commit
02da9d975f
@ -95,7 +95,11 @@
|
||||
height: hz.h + 'px',
|
||||
}"
|
||||
@click="handleHotzone(hz)"
|
||||
></div>
|
||||
>
|
||||
<span class="text-xs font-bold text-black" v-if="hz.type === 'text'">{{
|
||||
hz.payload
|
||||
}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 底部收起按钮 -->
|
||||
@ -150,6 +154,10 @@ interface Hotzone {
|
||||
payload: string
|
||||
label?: string
|
||||
}
|
||||
const account = [
|
||||
{ account: 'prla08741@gmx.com', password: 'Qw990088' },
|
||||
{ account: 'guazhexing721@gmx.com', password: 'Qw990088' },
|
||||
]
|
||||
|
||||
// 直接在内部定义数据
|
||||
const downloadMethods = ref([
|
||||
@ -205,7 +213,7 @@ const downloadMethods = ref([
|
||||
pcHotzones: [
|
||||
{
|
||||
x: 103,
|
||||
y: 1430,
|
||||
y: 1426,
|
||||
w: 140,
|
||||
h: 20,
|
||||
type: 'text',
|
||||
@ -213,7 +221,7 @@ const downloadMethods = ref([
|
||||
},
|
||||
{
|
||||
x: 103,
|
||||
y: 1470,
|
||||
y: 1463,
|
||||
w: 140,
|
||||
h: 20,
|
||||
type: 'text',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user