diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue index 36f8db8..755559f 100644 --- a/src/views/longoPeration/CaseIssues.vue +++ b/src/views/longoPeration/CaseIssues.vue @@ -72,54 +72,87 @@ /> - + - + + + + + + - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + - - - + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + @@ -150,6 +183,7 @@ import { getProjectInfoList } from '@/api/preassess/targetManage'; import { listUser } from '@/api/system/user'; import anjianPopup from '../longoPeration/Patrolmanagement/anjianPopup.vue'; //详情弹框 +import ImageFileUpload from '@/components/ImageFileUpload/index.vue'; //图片文件上传 const { proxy } = getCurrentInstance(); const { patrol_type } = proxy.useDict('patrol_type'); // 巡查类型的字典 const open = ref(false); diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue index 36f8db8..755559f 100644 --- a/src/views/longoPeration/CaseIssues.vue +++ b/src/views/longoPeration/CaseIssues.vue @@ -72,54 +72,87 @@ /> - + - + + + + + + - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + - - - + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + @@ -150,6 +183,7 @@ import { getProjectInfoList } from '@/api/preassess/targetManage'; import { listUser } from '@/api/system/user'; import anjianPopup from '../longoPeration/Patrolmanagement/anjianPopup.vue'; //详情弹框 +import ImageFileUpload from '@/components/ImageFileUpload/index.vue'; //图片文件上传 const { proxy } = getCurrentInstance(); const { patrol_type } = proxy.useDict('patrol_type'); // 巡查类型的字典 const open = ref(false); diff --git a/vite.config.js b/vite.config.js index 06b69fe..b8e41b6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,8 +7,8 @@ const Timestamp = new Date().getTime(); //随机时间戳 // const targetUrl = 'http://192.168.20.49:7200'; //谢斌斌 -// const targetUrl = 'http://192.168.20.52:7300'; //杨辉 -const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 +const targetUrl = 'http://192.168.20.52:7300'; //杨辉 +// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {