From 9b0f724da22bddfb3b547cb42608a499a8cb3aae Mon Sep 17 00:00:00 2001 From: g7hoo Date: Mon, 26 Sep 2022 14:19:09 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8A=A5=E8=A1=A8=E5=87=A0=E5=A4=84?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.js | 2 ++ src/i18n/zh-CN.js | 2 ++ src/views/modules/monitoring/reportDesign.vue | 3 ++- src/views/modules/monitoring/reportDetail.vue | 2 +- src/views/modules/monitoring/reportPreview.vue | 3 ++- src/views/modules/oss/oss-upload.vue | 3 ++- src/views/pages/login.vue | 3 ++- 7 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/i18n/en.js b/src/i18n/en.js index fdd4cb4..f52fe61 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -31,6 +31,8 @@ t.routes['质量检查实时数据'] = 'Realtime Quality Inspection Data' t.routes['报表总览'] = 'Report Overview' t.routes['报表分类'] = 'Report Types' t.routes['报表详情'] = 'Report Detail' +t.routes['报表设计'] = 'Report Design' +t.routes['报表预览'] = 'Report Preview' t.routes['质量检测基础数据'] = 'Quality Inspection Basic Data' t.routes['当前检测数据'] = 'Current Inspection Data' t.routes['质量检查信息记录'] = 'Quality Inspection Records' diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 9657383..4605c41 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -32,6 +32,8 @@ t.routes['质量检查实时数据'] = '质量检查实时数据' t.routes['报表总览'] = '报表总览' t.routes['报表分类'] = '报表分类' t.routes['报表详情'] = '报表详情' +t.routes['报表设计'] = '报表设计' +t.routes['报表预览'] = '报表预览' t.routes['质量检测基础数据'] = '质量检测基础数据' t.routes['当前检测数据'] = '当前检测数据' t.routes['质量检查信息记录'] = '质量检查信息记录' diff --git a/src/views/modules/monitoring/reportDesign.vue b/src/views/modules/monitoring/reportDesign.vue index 2dd7bc7..f433453 100644 --- a/src/views/modules/monitoring/reportDesign.vue +++ b/src/views/modules/monitoring/reportDesign.vue @@ -13,7 +13,8 @@ export default { // url: process.env.VUE_APP_REPORT_DESIGN_URL // url: window.SITE_CONFIG['apiURL'] + this.$http.adornUrl('/ureport/designer') // url: this.$http.adornUrl('/ureport/designer') - url: (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + '/ureport/designer' + // url: (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + '/ureport/designer' + url: '/api/ureport/designer' } }, mounted() { diff --git a/src/views/modules/monitoring/reportDetail.vue b/src/views/modules/monitoring/reportDetail.vue index 74cee5f..f29f5ab 100644 --- a/src/views/modules/monitoring/reportDetail.vue +++ b/src/views/modules/monitoring/reportDetail.vue @@ -125,7 +125,7 @@ export default { prop: 'operations', name: i18n.t('handle'), fixed: 'right', - width: 180, + // width: 180, subcomponent: TableOperateComponent, options: [{ name: 'preview', emitField: 'fileName' }, { name: 'design', emitField: 'name' }, 'edit', 'delete'] } diff --git a/src/views/modules/monitoring/reportPreview.vue b/src/views/modules/monitoring/reportPreview.vue index 33ad626..472f785 100644 --- a/src/views/modules/monitoring/reportPreview.vue +++ b/src/views/modules/monitoring/reportPreview.vue @@ -23,7 +23,8 @@ export default { loading: true, // url: process.env.VUE_APP_REPORT_VIEW_URL // url: window.SITE_CONFIG['apiURL'] + this.$http.adornUrl('/ureport/preview') - url: (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + '/ureport/preview' + // url: (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + '/ureport/preview' + url: '/api/ureport/preview' } }, mounted() { diff --git a/src/views/modules/oss/oss-upload.vue b/src/views/modules/oss/oss-upload.vue index 6b4bd0d..69cb0a4 100644 --- a/src/views/modules/oss/oss-upload.vue +++ b/src/views/modules/oss/oss-upload.vue @@ -23,7 +23,8 @@ export default { init() { this.visible = true // this.url = `${window.SITE_CONFIG['apiURL']}/sys/oss/upload?token=${Cookies.get('token')}` - this.url = (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + `/sys/oss/upload?token=${Cookies.get('token')}` + // this.url = (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + `/sys/oss/upload?token=${Cookies.get('token')}` + this.url = `/api/sys/oss/upload?token=${Cookies.get('token')}` this.num = 0 this.fileList = [] }, diff --git a/src/views/pages/login.vue b/src/views/pages/login.vue index f5c166a..e2f966f 100644 --- a/src/views/pages/login.vue +++ b/src/views/pages/login.vue @@ -103,7 +103,8 @@ export default { getCaptcha() { this.dataForm.uuid = getUUID() // this.captchaPath = `${window.SITE_CONFIG['apiURL']}/captcha?uuid=${this.dataForm.uuid}` - this.captchaPath = (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + `/captcha?uuid=${this.dataForm.uuid}` + // this.captchaPath = (process.env.NODE_ENV === 'production' ? '/api' : '/yd-monitor') + `/captcha?uuid=${this.dataForm.uuid}` + this.captchaPath = `/api/captcha?uuid=${this.dataForm.uuid}` }, // 表单提交 dataFormSubmitHandle: debounce(