This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_lc_web_move_20240702
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://192.168.11.14:51037/gitadmin/tuoheng_lc_web
into zhangtao
tags/v1.1.0^2
zhangtao
1 year ago
parent
bc89c6323e
a0fa5e6c0b
commit
f1429ffdda
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/dashboard/components/AirInfo.vue
+ 1
- 1
src/views/dashboard/components/AirInfo.vue
View File
@@ -101,7 +101,7 @@ export default {
})
watch(() => props.data, (value) => {
if (value) {
if (
JSON.stringify(
value
) !== '{}'
) {
// console.log(props.data)
data.detail = props.data
data.innerMonitorOptions.src = data.detail.internalMonitorUrl
Write
Preview
Loading…
Cancel
Save