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 @@ >