😎大屏代码调整
This commit is contained in:
parent
f67569edad
commit
f30903d33b
@ -124,7 +124,6 @@ const show = ref(false)
|
||||
const showBg = ref(false)
|
||||
const systemStore = useSystemStore()
|
||||
const sysinfo = ref()
|
||||
const basePath = import.meta.env.VITE_PRO_PATH
|
||||
|
||||
const t = window['$t']
|
||||
|
||||
@ -223,7 +222,6 @@ onMounted(async () => {
|
||||
// 获取系统信息
|
||||
const res = await sysInfoApi()
|
||||
sysinfo.value = res?.data
|
||||
console.log(res)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user