修改打包报错问题

This commit is contained in:
guanj
2025-10-10 13:53:45 +08:00
parent 2643aa12f8
commit c972ad6fb8
10 changed files with 10 additions and 6 deletions

View File

@@ -307,7 +307,7 @@ import {
nextTick,
onBeforeUnmount,
} from "vue";
import { ElMessageBox } from "element-plus";
import { ElMessage,ElMessageBox } from "element-plus";
import {
eventSource,
eventAggregation,
@@ -322,7 +322,6 @@ import {
hasUpEventList,
} from "@/api/manage_wx/index";
import { HelpFilled, Aim, Memo } from "@element-plus/icons-vue";
const flag = ref(0); // 0 for 暂降, 1 for 谐波, 2 for 谐波放大
const time = ref(0); // 0 for 周, 1 for 月
const { proxy }: any = getCurrentInstance();