Skip to content

Commit

Permalink
feat: 支持新增元素控件前测试点击事件--icon更换为location
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungHoiChiu committed Sep 4, 2024
1 parent 46bfbdf commit 7db8ef0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions src/views/RemoteEmulator/AndroidRemote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import {
Service,
VideoCamera,
Postcard,
Aim,
Location,
} from '@element-plus/icons';
import { useI18n } from 'vue-i18n';
Expand Down Expand Up @@ -3725,7 +3725,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3780,7 +3780,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3823,7 +3823,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3875,7 +3875,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3943,7 +3943,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down
14 changes: 7 additions & 7 deletions src/views/RemoteEmulator/IOSRemote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import ElementUpdate from '@/components/ElementUpdate.vue';
import Pageable from '@/components/Pageable.vue';
import defaultLogo from '@/assets/logo.png';
import {
Aim,
Location,
Place,
FullScreen,
Download,
Expand Down Expand Up @@ -2800,7 +2800,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -2851,7 +2851,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -2902,7 +2902,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -2957,7 +2957,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3000,7 +3000,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down Expand Up @@ -3088,7 +3088,7 @@ const checkAlive = () => {
})
"
>
<Aim />
<Location />
</el-icon>
<el-icon
v-if="project && project['id']"
Expand Down

0 comments on commit 7db8ef0

Please sign in to comment.