mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Removed redundant code and file
This commit is contained in:
parent
c9850dcbf8
commit
836b6ae3a3
2 changed files with 1 additions and 17 deletions
|
|
@ -23,7 +23,6 @@ import { RouterView, useRoute } from 'vue-router'
|
|||
import { useDeviceStore } from './stores/device'
|
||||
import { isLocal } from './services/ApiService'
|
||||
import AlertComp from './components/base/AlertComp.vue'
|
||||
import { ConfigGet } from './services/ConfigService'
|
||||
|
||||
const device = useDeviceStore()
|
||||
|
||||
|
|
@ -31,14 +30,11 @@ const route = useRoute()
|
|||
const handshake = ref(false)
|
||||
|
||||
onMounted(() => {
|
||||
// const port = await ConfigGet('MCRM__PORT')
|
||||
// console.log(port)
|
||||
|
||||
// Setting device uuid from localstorage
|
||||
// If not present in LocalStorage a new uuidV4 will be generated
|
||||
device.uuid()
|
||||
|
||||
// appHandshake()
|
||||
appHandshake()
|
||||
|
||||
device.$subscribe(() => {
|
||||
if (device.key()) handshake.value = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue