diff --git a/front/public/index.html b/front/public/index.html index 4c6c9c1f..817ddcf4 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-15 09:28:40 + * @LastEditTime: 2022-06-15 20:40:12 * @Description: 告诉大家这是什么 --> @@ -33,21 +33,21 @@ // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/document/#/devModelFile/'; // window.SITE_CONFIG['apiURL'] = 'http://15.72.183.90:8000/renren-admin'; - // window.SITE_CONFIG['backUrl'] = 'http://localhost:8001'; + // window.SITE_CONFIG['backUrl'] = 'http://15.72.183.90:8001'; // window.SITE_CONFIG['previewUrl'] = 'http://15.72.183.90:7008/'; // window.SITE_CONFIG['frontUrl'] = 'http://15.72.183.90:7008/document/#/devModelFile/'; // window.SITE_CONFIG['apiURL'] = 'http://15.72.183.90:8000/renren-admin'; - // window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; - // window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/'; - // 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['backUrl'] = 'http://15.2.21.238:9797'; + window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/'; + 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['backUrl'] = 'http://124.222.94.39:9797'; - window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/'; - window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin'; + // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; + // window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/'; + // window.SITE_CONFIG['frontUrl'] = 'http://124.222.94.39:9796/document/#/devModelFile/'; + // window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin'; diff --git a/front/public/static/image/test.jpg b/front/public/static/image/test.jpg new file mode 100644 index 00000000..d047994a Binary files /dev/null and b/front/public/static/image/test.jpg differ diff --git a/front/src/config/default/setting.config.js b/front/src/config/default/setting.config.js index f5869557..8c2342f0 100644 --- a/front/src/config/default/setting.config.js +++ b/front/src/config/default/setting.config.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 17:48:03 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-06-15 11:18:21 + * @LastEditTime: 2022-06-15 19:40:28 * @Description: 告诉大家这是什么 */ /** @@ -23,7 +23,7 @@ const setting = { // baseURL: 'mock-server', // 请求接口 // 丁港 - baseURL: 'http://124.222.94.39:8888/renren-admin', + baseURL: 'http://15.72.183.90:8000/renren-admin', // : 'http://15.2.21.238:8888/renren-admin/', // 'http://15.72.183.90:8000/renren-admin', // 黄工 diff --git a/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue b/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue index 03a98a13..35db3991 100644 --- a/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue +++ b/front/src/views/detailsAll/components/Algorithm/PictureCharacterRecognition.vue @@ -9,7 +9,7 @@