Browse Source

feat:system

ljc 1 month ago
parent
commit
3e007bc525
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/cwg-system.vue

+ 1 - 0
components/cwg-system.vue

@@ -14,6 +14,7 @@ import { computed, ref, onMounted,onUnmounted } from 'vue'
 import { useI18n } from 'vue-i18n'
 import Config from '@/config/index'
 import { customApi } from '@/service/custom'
+import { userToken } from "@/composables/config";
 
 const props = defineProps({
   iconColor: {