Update to UIX.

This commit is contained in:
Jesse Malotaux 2025-04-12 15:31:32 +02:00
parent d373237127
commit c9850dcbf8
10 changed files with 38 additions and 16 deletions

View file

@ -20,7 +20,7 @@ export const usePanelStore = defineStore('panel', () => {
const get = async (dir) => {
const data = AuthCall({ dir: dir })
// alert(JSON.stringify(data))
const resp = await axios.post(appUrl() + '/panel/get', data)
if (!resp.data && !current.value.html) return false