😎大屏代码调整

This commit is contained in:
zuohuaijun 2025-06-09 22:25:18 +08:00
parent f67569edad
commit f30903d33b

View File

@ -124,7 +124,6 @@ const show = ref(false)
const showBg = ref(false) const showBg = ref(false)
const systemStore = useSystemStore() const systemStore = useSystemStore()
const sysinfo = ref() const sysinfo = ref()
const basePath = import.meta.env.VITE_PRO_PATH
const t = window['$t'] const t = window['$t']
@ -223,7 +222,6 @@ onMounted(async () => {
// //
const res = await sysInfoApi() const res = await sysInfoApi()
sysinfo.value = res?.data sysinfo.value = res?.data
console.log(res)
}) })
</script> </script>