From 8fcdff051b0013ca3db66fb33f9fb949ca7fd411 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Thu, 30 Jun 2022 19:04:35 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 4 +- .../src/views/detailsAll/AlgorithmDetails.vue | 7 +++- .../Algorithm/AlgorithmAssociatedAbility.vue | 23 +++++++---- .../Algorithm/AlgorithmNavigation.vue | 41 ++++++++++++++----- 4 files changed, 51 insertions(+), 24 deletions(-) diff --git a/front/public/index.html b/front/public/index.html index 6353bd6c..46cadfa4 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 16:45:25 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-29 19:38:31 + * @LastEditTime: 2022-06-30 15:30:25 * @Description: 告诉大家这是什么 --> @@ -47,7 +47,7 @@ window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin'; + window.SITE_CONFIG['apiURL'] = 'http://15.2.21.239:8888/renren-admin'; window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 穿透版本 // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; diff --git a/front/src/views/detailsAll/AlgorithmDetails.vue b/front/src/views/detailsAll/AlgorithmDetails.vue index caa53ed5..81159a55 100644 --- a/front/src/views/detailsAll/AlgorithmDetails.vue +++ b/front/src/views/detailsAll/AlgorithmDetails.vue @@ -1,8 +1,8 @@