diff --git a/back/public/index.html b/back/public/index.html
index 1d32cc9d..a79245e6 100644
--- a/back/public/index.html
+++ b/back/public/index.html
@@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-04-11 10:11:40
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-07-11 18:56:36
+ * @LastEditTime: 2022-07-12 15:10:54
* @Description: 告诉大家这是什么
-->
@@ -27,7 +27,7 @@
'isTab': true, // 是否通过tab展示内容?
'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配)
};
- window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/#/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';
@@ -74,7 +74,7 @@
// window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin';
// window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin';
- window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin';
+ window.SITE_CONFIG['apiURL'] = 'http://15.2.21.243:8888/renren-admin';
// window.SITE_CONFIG['apiURL'] = 'http://15.72.183.90:8000/renren-admin';
// window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
// WebSocket地址
diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js
index 5ee82f51..b01757d1 100644
--- a/front/public/static/config/location.js
+++ b/front/public/static/config/location.js
@@ -2,12 +2,12 @@
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
- * @LastEditTime: 2022-07-09 17:09:05
+ * @LastEditTime: 2022-07-12 14:55:46
* @Description: 数据资源参数配置
*/
-// const newLocation = 'qingdao'
+ const newLocation = 'qingdao'
// const newLocation = 'baotou'
- const newLocation = 'xihaian'
+// const newLocation = 'xihaian'
// 数据资源数据
const whoShow = {}
diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue
index 5d0ab90e..ffc7b1a5 100644
--- a/front/src/views/home/components/searchResultList.vue
+++ b/front/src/views/home/components/searchResultList.vue
@@ -848,6 +848,10 @@
background: url('~@/assets/home/rhfw_square.png') no-repeat;
background-size: 100%;
}
+ .jcss {
+ background: url('~@/assets/home/sxt_square.png') no-repeat;
+ background-size: 100%;
+ }
.header {
display: flex;
justify-content: space-between;