diff --git a/back/package.json b/back/package.json index e9ac8253..ced391e7 100644 --- a/back/package.json +++ b/back/package.json @@ -34,6 +34,7 @@ "lodash": "^4.17.19", "monaco-editor": "^0.20.0", "monaco-editor-webpack-plugin": "^1.9.0", + "pinyin-pro": "^3.11.0", "qs": "^6.9.4", "quill": "^1.3.7", "sass": "^1.51.0", diff --git a/back/public/index.html b/back/public/index.html index 3e830a61..c8f9e70b 100644 --- a/back/public/index.html +++ b/back/public/index.html @@ -1,8 +1,8 @@ @@ -27,7 +27,8 @@ 'isTab': true, // 是否通过tab展示内容? 'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配) }; - window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.243:9796/#/vueTemplateDemo'; + window.SITE_CONFIG['frontUrl'] = 'http://localhost:8080/#/vueTemplateDemo'; + // window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.243:9796/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/#/vueTemplateDemo'; // window.SITE_CONFIG['frontUrl'] = 'http://10.134.135.9:9797/#/vueTemplateDemo'; @@ -45,7 +46,7 @@ // window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin'; // window.SITE_CONFIG['apiURL'] = 'http://10.16.5.35:8888/renren-admin'; window.SITE_CONFIG['apiURL'] = 'http://15.2.21.236:8888/renren-admin'; - window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.236:9796/'; + window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/'; // window.SITE_CONFIG['apiURL'] = 'http://15.2.23.141:8000/renren-admin'; // WebSocket地址 window.SITE_CONFIG['socketURL'] ='ws://localhost:8080/renren-admin/websocket'; diff --git a/back/src/views/main-navbar.vue b/back/src/views/main-navbar.vue index adb8b4fe..f624e6cd 100644 --- a/back/src/views/main-navbar.vue +++ b/back/src/views/main-navbar.vue @@ -100,25 +100,25 @@ diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmNavigation.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmNavigation.vue index 7c1de008..5a49469a 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmNavigation.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmNavigation.vue @@ -111,7 +111,8 @@ item.attrType === '技术文档' || item.attrType === '服务商' || item.attrType === '服务商联系人' || - item.attrType === '服务商联系电话' + item.attrType === '服务商联系电话' || + item.attrType === '服务接口' ) { list.value.push('使用方式') } @@ -164,7 +165,8 @@ item.attrType === '技术文档' || item.attrType === '服务商' || item.attrType === '服务商联系人' || - item.attrType === '服务商联系电话' + item.attrType === '服务商联系电话' || + item.attrType === '服务接口' ) { list.value.push('使用方式') } diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue index ae318480..36dfbb5c 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue @@ -287,7 +287,7 @@ message.config({ top: '100px', // 距离顶部的位置 }) - message.error('暂未上传使用手册') + message.error('暂未开放使用手册') } } function SDKClick() { @@ -300,7 +300,7 @@ message.config({ top: '100px', // 距离顶部的位置 }) - message.error('SDK安装包') + message.error('暂未上传SDK安装包') } } diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue index ae406496..59c5ffc3 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue @@ -204,7 +204,7 @@ message.config({ top: '100px', // 距离顶部的位置 }) - message.error('暂未上传接口文档') + message.error('暂未开放技术文档') } } function technicalNew() { @@ -228,7 +228,7 @@ message.config({ top: '100px', // 距离顶部的位置 }) - message.error('暂未上传使用手册') + message.error('暂未开放新手指引') } } diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index c6643333..ea3343c6 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -104,7 +104,7 @@ /> -