From dae78b5513d9233717c5d752ebbf200d0e314088 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 8 Aug 2022 10:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=8B=E8=83=BD=E5=9C=BA=E6=99=AF=20?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/ability/IntegratedServices.vue | 6 +++--- back/src/views/modules/ability/assignedScene/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/back/src/views/modules/ability/IntegratedServices.vue b/back/src/views/modules/ability/IntegratedServices.vue index 093f4156..e18a939b 100644 --- a/back/src/views/modules/ability/IntegratedServices.vue +++ b/back/src/views/modules/ability/IntegratedServices.vue @@ -55,8 +55,8 @@ import qs from "qs"; import { type } from "os"; export const tableColumns = { - 'name': '融合服务名称', - 'description': '融合服务描述', + 'name': '名称', + 'description': '描述', 'applicationArea': '应用领域', } @@ -140,7 +140,7 @@ export default { }, // 详情 showDetail(val) { - window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id) + window.open(window.SITE_CONFIG.previewUrl + '#/packagingDetails?id=' + val.id) }, // showDocument(val) { // console.log(val); diff --git a/back/src/views/modules/ability/assignedScene/index.vue b/back/src/views/modules/ability/assignedScene/index.vue index ba8ad18c..ecd31677 100644 --- a/back/src/views/modules/ability/assignedScene/index.vue +++ b/back/src/views/modules/ability/assignedScene/index.vue @@ -130,7 +130,7 @@ export default { }, // 详情 showDetail(val) { - window.open(window.SITE_CONFIG.previewUrl + '#/details?id=' + val.id) + window.open(window.SITE_CONFIG.previewUrl + '#/integrationServicesDetails?id=' + val.id) }, fullScreen() { if (window.outerHeight === screen.availHeight) {