|
@@ -17,6 +17,7 @@
|
|
|
import { ref, watchEffect } from 'vue'
|
|
import { ref, watchEffect } from 'vue'
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
|
import { ElMessage, ElMessageBox } from 'element-plus'
|
|
|
import { http } from '@/plugins/http'
|
|
import { http } from '@/plugins/http'
|
|
|
|
|
+import { store } from '@/stores/store'
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
|
info: {
|
|
info: {
|