diff --git a/front/public/index.html b/front/public/index.html
index 5ee83dff..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 18:15:32
+ * @LastEditTime: 2022-07-14 09:34:08
* @Description: 告诉大家这是什么
-->
@@ -49,8 +49,8 @@
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['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address';
+ 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';
// window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/';
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: 算法上架
-->
@@ -280,9 +280,9 @@
console.log('res3', res3)
if (res3.data.code == 0) {
message.success('上架成功!')
- submitFlag.value = true
window.setTimeout(() => {
window.close()
+ submitFlag.value = true
}, 1000)
}
})
diff --git a/front/src/views/capacityOnTheShelf/Application.vue b/front/src/views/capacityOnTheShelf/Application.vue
index 4ec9bbfc..df8e24d3 100644
--- a/front/src/views/capacityOnTheShelf/Application.vue
+++ b/front/src/views/capacityOnTheShelf/Application.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-17 19:31:27
+ * @LastEditTime: 2022-07-14 09:44:49
* @Description: 应用上架
-->
@@ -238,9 +238,9 @@
console.log('res3', res3)
if (res3.data.code == 0) {
message.success('上架成功!')
- submitFlag.value = true
window.setTimeout(() => {
window.close()
+ submitFlag.value = true
}, 1000)
}
})
diff --git a/front/src/views/capacityOnTheShelf/BusinessComponent.vue b/front/src/views/capacityOnTheShelf/BusinessComponent.vue
index 558d590d..6d2f0892 100644
--- a/front/src/views/capacityOnTheShelf/BusinessComponent.vue
+++ b/front/src/views/capacityOnTheShelf/BusinessComponent.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:51
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-21 10:37:49
+ * @LastEditTime: 2022-07-14 09:44:58
* @Description: 业务组件
-->
@@ -262,9 +262,9 @@
console.log('res3', res3)
if (res3.data.code == 0) {
message.success('上架成功!')
- submitFlag.value = true
window.setTimeout(() => {
window.close()
+ submitFlag.value = true
}, 1000)
}
})
diff --git a/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue b/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue
index d66cb874..8e5a6b18 100644
--- a/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue
+++ b/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:17
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-21 10:37:45
+ * @LastEditTime: 2022-07-14 09:45:07
* @Description: 开发组件
-->
@@ -262,9 +262,9 @@
console.log('res3', res3)
if (res3.data.code == 0) {
message.success('上架成功!')
- submitFlag.value = true
window.setTimeout(() => {
window.close()
+ submitFlag.value = true
}, 1000)
}
})
diff --git a/front/src/views/capacityOnTheShelf/LayerServices.vue b/front/src/views/capacityOnTheShelf/LayerServices.vue
index 37da99ce..90da45de 100644
--- a/front/src/views/capacityOnTheShelf/LayerServices.vue
+++ b/front/src/views/capacityOnTheShelf/LayerServices.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:17
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-22 17:23:30
+ * @LastEditTime: 2022-07-14 09:45:18
* @Description: 图层服务
-->
@@ -210,9 +210,9 @@
console.log('res3', res3)
if (res3.data.code == 0) {
message.success('上架成功!')
- submitFlag.value = true
window.setTimeout(() => {
window.close()
+ submitFlag.value = true
}, 1000)
}
})