|
@@ -18,7 +18,7 @@
|
|
|
<script setup lang="ts">
|
|
|
import { ref, Ref, onMounted, inject } from 'vue';
|
|
|
// NeedChange
|
|
|
-import { ConfigStore } from '@/stores/config';
|
|
|
+import { ConfigStore } from '@/stores/system/config';
|
|
|
import type { IQueryResult } from '@/util/types.util';
|
|
|
import { cloneDeep, get } from 'lodash';
|
|
|
import baseStore from '@/stores/counter';
|