diff --git a/.gitignore b/.gitignore index 3521ee6e..6c82c9ed 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ back/dist-西海岸-后台管理-带配置文件.zip back/dist-市局-后台管理-带配置文件.zip back/dist-包头-后台管理.zip back/dist-市局-后台管理.zip +back/dist-市局-后台管理-v0.8.2.1.zip +front/public/index.html +back/dist-西海岸-后台管理-v0.8.2.1.zip diff --git a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue index ce605fa9..2b46e2d3 100644 --- a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue +++ b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue @@ -4,16 +4,131 @@
{{ item.name }}
-
{{ itemson.name }}
-
+
+ {{ itemson.name }} +
+
- +
+ 浏览 +
+
+
+
+ {{ + multipleAdditionsItem.question || + multipleAdditionsItem.type || + multipleAdditionsItem.name + }} +
+
+ {{ + multipleAdditionsItem.answer || + multipleAdditionsItem.price || + multipleAdditionsItem.img + }} +
+
{{ multipleAdditionsItem.desc }}
+ +
+
+
+
+
+
+
+
{{ itemDataFormValue.name }}
+
{{ itemDataFormValue.desc }}
+
+
+
+
+
+
+
+
+
{{ itemDataFormValue.name }}
+
{{ itemDataFormValue.desc }}
+
浏览
+
+
+
+
+
+
+
+
+
{{ itemDataFormValue.name }}
+
{{ itemDataFormValue.desc }}
+
浏览
+
+
+
+
@@ -21,6 +136,8 @@ diff --git a/front/public/index.html b/front/public/index.html index a9535a2a..04ec2b7b 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.liangjunhua - * @LastEditTime: 2022-07-13 14:47:47 + * @LastEditTime: 2022-07-14 09:34:08 * @Description: 告诉大家这是什么 --> @@ -33,7 +33,7 @@ // 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['POI_URL'] = 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; + window.SITE_CONFIG['POI_URL'] = 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 包头 // window.SITE_CONFIG['backUrl'] = 'http://10.110.205.1:8001'; // window.SITE_CONFIG['previewUrl'] = 'http://10.110.205.1:8002/'; @@ -49,7 +49,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/public/static/config/location.js b/front/public/static/config/location.js index a6a6e44f..0fc99b77 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-08 08:53:41 + * @LastEditors: hisense.wuhongjian + * @LastEditTime: 2022-07-13 18:05:38 * @Description: 数据资源参数配置 */ const newLocation = 'qingdao' @@ -37,7 +37,7 @@ if (newLocation === 'qingdao') { { name: '区市站点', key: 'mapTest' }, // { name: '后台管理', key: 'houtaiguanli' }, { name: '赋能案例', key: 'assignCase' }, - { name: '融合服务', key: 'integrationServices' }, + // { name: '融合服务', key: 'integrationServices' }, ] footerDataList.footerList = { company: { diff --git a/front/src/views/capacityOnTheShelf/Algorithm.vue b/front/src/views/capacityOnTheShelf/Algorithm.vue index 7bfd8929..ee58275e 100644 --- a/front/src/views/capacityOnTheShelf/Algorithm.vue +++ b/front/src/views/capacityOnTheShelf/Algorithm.vue @@ -2,7 +2,7 @@ * @Author: hisense.liangjunhua * @Date: 2022-06-13 10:22:27 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-06-20 09:59:01 + * @LastEditTime: 2022-07-14 09:44:38 * @Description: 算法上架 -->