From d34212f82a23c2574e88ab17829f7e47c2111728 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Mon, 3 Nov 2025 19:35:23 +0800 Subject: [PATCH] 1 --- .env.production | 2 +- src/views/materialManagement/components/dropUpload.vue | 0 src/views/zhinengxunjian/banzhuzhuangtai.vue | 9 --------- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 src/views/materialManagement/components/dropUpload.vue diff --git a/.env.production b/.env.production index 6d0e0c6..6433b88 100644 --- a/.env.production +++ b/.env.production @@ -14,7 +14,7 @@ VITE_APP_MONITOR_ADMIN = '/admin/applications' VITE_APP_SNAILJOB_ADMIN = '/snail-job' # 生产环境 -VITE_APP_BASE_API = '/prod-api' +VITE_APP_BASE_API = 'http://xny.yj-3d.com:18899' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip diff --git a/src/views/materialManagement/components/dropUpload.vue b/src/views/materialManagement/components/dropUpload.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/views/zhinengxunjian/banzhuzhuangtai.vue b/src/views/zhinengxunjian/banzhuzhuangtai.vue index 3cbe46e..260d7b3 100644 --- a/src/views/zhinengxunjian/banzhuzhuangtai.vue +++ b/src/views/zhinengxunjian/banzhuzhuangtai.vue @@ -201,15 +201,6 @@ import { ref, computed, onMounted, onUnmounted, nextTick, reactive, toRefs } fro import router from '@/router'; import * as echarts from 'echarts'; // 导入ECharts import renwuImage from '@/assets/images/renwu.png'; -import { getCurrentInstance } from 'vue'; - -import { ref, computed, onMounted, onUnmounted, nextTick } from 'vue'; -import router from '@/router'; -import * as echarts from 'echarts'; // 导入ECharts -import renwuImage from '@/assets/images/renwu.png'; -import { getCurrentInstance } from 'vue'; - -const { proxy } = getCurrentInstance() as ComponentInternalInstance; // 搜索条件 const searchKeyword = ref('');