From e9a39e25a833128a6502cb757ea3e100bb74ab0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Fri, 8 Mar 2024 14:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw-ui/src/App.vue | 7 ------ hw-ui/src/api/board/laserLight.js | 2 +- .../views/board/fourthFloor/laserLight.vue | 24 ++++++++++++++++--- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/hw-ui/src/App.vue b/hw-ui/src/App.vue index eccca0e1..b771f72f 100644 --- a/hw-ui/src/App.vue +++ b/hw-ui/src/App.vue @@ -12,13 +12,6 @@ export default { name: "App", components: { ThemePicker }, mounted() { - setInterval(()=>{ - this.$notify.info({ - title: '通知', - message: '通知公告', - duration: 0 - }); - },60*1000) }, metaInfo() { return { diff --git a/hw-ui/src/api/board/laserLight.js b/hw-ui/src/api/board/laserLight.js index 1836cfe8..00b1d9b4 100644 --- a/hw-ui/src/api/board/laserLight.js +++ b/hw-ui/src/api/board/laserLight.js @@ -41,7 +41,7 @@ export function completeProductPlanDetail(query) { // 获取图纸 export function getPlanDrawings(query) { return request({ - url: '/mes/api/getPlanDrawings', + url: '/mes/api/getProductPlanDrawings', method: 'get', params: query }) diff --git a/hw-ui/src/views/board/fourthFloor/laserLight.vue b/hw-ui/src/views/board/fourthFloor/laserLight.vue index 209b6e90..4d1254f9 100644 --- a/hw-ui/src/views/board/fourthFloor/laserLight.vue +++ b/hw-ui/src/views/board/fourthFloor/laserLight.vue @@ -75,8 +75,8 @@ >