feat: Refresh Token in processes.
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
|
||||
<script>
|
||||
import { storeToRefs } from 'pinia';
|
||||
import LoginStore from '@/stores/login.js';
|
||||
import filesStore from '@/stores/files.js';
|
||||
import AllMapDataStore from '@/stores/allMapData.js';
|
||||
import LoadingStore from '@/stores/loading.js';
|
||||
@@ -143,6 +144,7 @@
|
||||
}
|
||||
},
|
||||
setup() {
|
||||
const loginStore = LoginStore();
|
||||
const store = filesStore();
|
||||
const allMapDataStore = AllMapDataStore();
|
||||
const loadingStore = LoadingStore();
|
||||
@@ -150,7 +152,7 @@
|
||||
const { createFilterId, baseLogId } = storeToRefs(allMapDataStore);
|
||||
const { isLoading } = storeToRefs(loadingStore);
|
||||
|
||||
return { store, dependentsData, allMapDataStore, createFilterId, baseLogId, isLoading }
|
||||
return { loginStore, store, dependentsData, allMapDataStore, createFilterId, baseLogId, isLoading }
|
||||
},
|
||||
components: {
|
||||
IconDataFormat,
|
||||
|
||||
Reference in New Issue
Block a user