BUG修改

This commit is contained in:
a0049873 2022-07-14 09:45:52 +08:00
parent c61611e01e
commit 2532a6cc79
6 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian * @Author: hisense.wuhongjian
* @Date: 2022-03-29 16:45:25 * @Date: 2022-03-29 16:45:25
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-07-13 18:15:32 * @LastEditTime: 2022-07-14 09:34:08
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
--> -->
<!DOCTYPE html> <!DOCTYPE html>
@ -49,8 +49,8 @@
window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797'; window.SITE_CONFIG['backUrl'] = 'http://15.2.21.238:9797';
window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; 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['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['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['backUrl'] = 'http://124.222.94.39:9797';
// window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/'; // window.SITE_CONFIG['previewUrl'] = 'http://124.222.94.39:9796/';

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27 * @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-20 09:59:01 * @LastEditTime: 2022-07-14 09:44:38
* @Description: 算法上架 * @Description: 算法上架
--> -->
<template> <template>
@ -280,9 +280,9 @@
console.log('res3', res3) console.log('res3', res3)
if (res3.data.code == 0) { if (res3.data.code == 0) {
message.success('上架成功!') message.success('上架成功!')
submitFlag.value = true
window.setTimeout(() => { window.setTimeout(() => {
window.close() window.close()
submitFlag.value = true
}, 1000) }, 1000)
} }
}) })

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-13 10:22:27 * @Date: 2022-06-13 10:22:27
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-17 19:31:27 * @LastEditTime: 2022-07-14 09:44:49
* @Description: 应用上架 * @Description: 应用上架
--> -->
<template> <template>
@ -238,9 +238,9 @@
console.log('res3', res3) console.log('res3', res3)
if (res3.data.code == 0) { if (res3.data.code == 0) {
message.success('上架成功!') message.success('上架成功!')
submitFlag.value = true
window.setTimeout(() => { window.setTimeout(() => {
window.close() window.close()
submitFlag.value = true
}, 1000) }, 1000)
} }
}) })

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:51 * @Date: 2022-06-20 09:35:51
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-21 10:37:49 * @LastEditTime: 2022-07-14 09:44:58
* @Description: 业务组件 * @Description: 业务组件
--> -->
<template> <template>
@ -262,9 +262,9 @@
console.log('res3', res3) console.log('res3', res3)
if (res3.data.code == 0) { if (res3.data.code == 0) {
message.success('上架成功!') message.success('上架成功!')
submitFlag.value = true
window.setTimeout(() => { window.setTimeout(() => {
window.close() window.close()
submitFlag.value = true
}, 1000) }, 1000)
} }
}) })

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:17 * @Date: 2022-06-20 09:35:17
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-21 10:37:45 * @LastEditTime: 2022-07-14 09:45:07
* @Description: 开发组件 * @Description: 开发组件
--> -->
<template> <template>
@ -262,9 +262,9 @@
console.log('res3', res3) console.log('res3', res3)
if (res3.data.code == 0) { if (res3.data.code == 0) {
message.success('上架成功!') message.success('上架成功!')
submitFlag.value = true
window.setTimeout(() => { window.setTimeout(() => {
window.close() window.close()
submitFlag.value = true
}, 1000) }, 1000)
} }
}) })

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-20 09:35:17 * @Date: 2022-06-20 09:35:17
* @LastEditors: hisense.liangjunhua * @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-22 17:23:30 * @LastEditTime: 2022-07-14 09:45:18
* @Description: 图层服务 * @Description: 图层服务
--> -->
<template> <template>
@ -210,9 +210,9 @@
console.log('res3', res3) console.log('res3', res3)
if (res3.data.code == 0) { if (res3.data.code == 0) {
message.success('上架成功!') message.success('上架成功!')
submitFlag.value = true
window.setTimeout(() => { window.setTimeout(() => {
window.close() window.close()
submitFlag.value = true
}, 1000) }, 1000)
} }
}) })