暂存 staged
This commit is contained in:
commit
e1905140f4
|
@ -7,45 +7,45 @@
|
||||||
*/
|
*/
|
||||||
var _global = {}
|
var _global = {}
|
||||||
var CONFIGITEM = {
|
var CONFIGITEM = {
|
||||||
// version: 'qingdao', // 青岛
|
// version: 'qingdao', // 青岛
|
||||||
// version: 'xihaian', // 西海岸
|
// version: 'xihaian', // 西海岸
|
||||||
version: 'dev', // 测试
|
version: 'dev', // 测试
|
||||||
// version: 'frp', // 内网穿透
|
// version: 'frp', // 内网穿透
|
||||||
// version: 'xihaian', // 开发
|
// version: 'xihaian', // 开发
|
||||||
vNum: 'v0.8.7.2',
|
vNum: 'v0.8.7.2',
|
||||||
configData: {
|
configData: {
|
||||||
// 青岛市大数据局
|
// 青岛市大数据局
|
||||||
qingdao: {
|
qingdao: {
|
||||||
previewUrl: 'http://15.72.183.90:7008/',
|
previewUrl: 'http://15.72.183.90:7008/',
|
||||||
apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
||||||
websocketURL: 'ws://15.72.183.90:8000/ucs-admin/websocket'
|
websocketURL: 'ws://15.72.183.90:8000/ucs-admin/websocket'
|
||||||
},
|
},
|
||||||
// 西海岸大数据局
|
// 西海岸大数据局
|
||||||
xihaian: {
|
xihaian: {
|
||||||
previewUrl: 'http://10.134.135.9:9796/',
|
previewUrl: 'http://10.134.135.9:9796/',
|
||||||
// apiURL: 'http://10.134.135.9:8888/ucs-admin',
|
// apiURL: 'http://10.134.135.9:8888/ucs-admin',
|
||||||
// apiURL: 'http://10.16.5.35:8888/ucs-admin', // 李志成-研发
|
// apiURL: 'http://10.16.5.35:8888/ucs-admin', // 李志成-研发
|
||||||
apiURL: 'http://192.168.124.236:8888/ucs-admin',
|
apiURL: 'http://192.168.124.236:8888/ucs-admin',
|
||||||
// apiURL: 'http://192.168.124.254:8888/ucs-admin', // 李志成-远雄
|
// apiURL: 'http://192.168.124.254:8888/ucs-admin', // 李志成-远雄
|
||||||
websocketURL: 'ws://10.134.135.9:8888/ucs-admin/websocket'
|
websocketURL: 'ws://10.134.135.9:8888/ucs-admin/websocket'
|
||||||
},
|
},
|
||||||
// 测试
|
// 测试
|
||||||
test: {
|
test: {
|
||||||
previewUrl: 'http://192.168.124.243:9796/',
|
previewUrl: 'http://192.168.124.243:9796/',
|
||||||
apiURL: 'http://192.168.124.243:8888/ucs-admin',
|
apiURL: 'http://192.168.124.243:8888/ucs-admin',
|
||||||
websocketURL: 'ws://192.168.124.243:8888/ucs-admin/websocket'
|
websocketURL: 'ws://192.168.124.243:8888/ucs-admin/websocket'
|
||||||
},
|
},
|
||||||
// 内网穿透
|
// 内网穿透
|
||||||
frp: {
|
frp: {
|
||||||
previewUrl: 'http://124.222.94.39:9796/',
|
previewUrl: 'http://124.222.94.39:9796/',
|
||||||
apiURL: 'http://124.222.94.39:8888/ucs-admin',
|
apiURL: 'http://124.222.94.39:8888/ucs-admin',
|
||||||
websocketURL: 'ws://124.222.94.39:8888/ucs-admin/websocket'
|
websocketURL: 'ws://124.222.94.39:8888/ucs-admin/websocket'
|
||||||
},
|
},
|
||||||
dev: {
|
dev: {
|
||||||
previewUrl: 'http://localhost:8080/',
|
previewUrl: 'http://localhost:8080/',
|
||||||
apiURL: 'http://192.168.124.243:8888/ucs-admin',
|
apiURL: 'http://192.168.124.233:8888/ucs-admin',
|
||||||
websocketURL: 'ws://192.168.124.243:8888/ucs-admin/websocket'
|
websocketURL: 'ws://192.168.124.233:8888/ucs-admin/websocket'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|
|
@ -7,122 +7,117 @@
|
||||||
*/
|
*/
|
||||||
var _global = {}
|
var _global = {}
|
||||||
var CONFIGITEM = {
|
var CONFIGITEM = {
|
||||||
// version: 'qingdao', //青岛
|
// version: 'qingdao', //青岛
|
||||||
// version: 'xihaian', // 西海岸
|
version: 'xihaian', // 西海岸
|
||||||
version: 'dev', // 开发
|
//version: 'dev', // 开发
|
||||||
// version: 'zhanTingDev', // 展厅dev (2022-09-13:姜永超让添加)
|
// version: 'zhanTingDev', // 展厅dev (2022-09-13:姜永超让添加)
|
||||||
// version: 'qingdao', // 测试
|
// version: 'qingdao', // 测试
|
||||||
//version: 'frp', // 内网穿透
|
//version: 'frp', // 内网穿透
|
||||||
vNum: 'v0.8.15.2',
|
vNum: 'v0.8.15.2',
|
||||||
configData: {
|
configData: {
|
||||||
// 青岛市大数据局
|
// 青岛市大数据局
|
||||||
qingdao: {
|
qingdao: {
|
||||||
loginInfo: {
|
loginInfo: {
|
||||||
// 视频平台登陆信息
|
// 视频平台登陆信息
|
||||||
loginIp: '10.132.191.3',
|
loginIp: '10.132.191.3',
|
||||||
loginPort: '8320',
|
loginPort: '8320',
|
||||||
userName: 'ynszdz',
|
userName: 'ynszdz',
|
||||||
userPwd: 'Admin@123',
|
userPwd: 'Admin@123',
|
||||||
},
|
},
|
||||||
backUrl: 'http://15.72.183.90:8001',
|
backUrl: 'http://15.72.183.90:8001',
|
||||||
previewUrl: 'http://15.72.183.90:7008/',
|
previewUrl: 'http://15.72.183.90:7008/',
|
||||||
//frontUrl: 'http://15.72.183.90:7008/document/#/devModelFile/',
|
//frontUrl: 'http://15.72.183.90:7008/document/#/devModelFile/',
|
||||||
apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
||||||
websocketURL: '15.72.183.90:8000/ucs-admin',
|
websocketURL: '15.72.183.90:8000/ucs-admin',
|
||||||
// websocketURL: '192.168.124.233:8888/ucs-admin',
|
// websocketURL: '192.168.124.233:8888/ucs-admin',
|
||||||
POI_URL:
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
},
|
||||||
|
// 研发展厅
|
||||||
|
zhanTingDev: {
|
||||||
|
loginInfo: {
|
||||||
|
// 视频平台登陆信息
|
||||||
|
loginIp: '10.132.191.3',
|
||||||
|
loginPort: '8320',
|
||||||
|
userName: 'ynszdz',
|
||||||
|
userPwd: 'Admin@123',
|
||||||
|
},
|
||||||
|
backUrl: 'http://15.72.183.90:8001',
|
||||||
|
previewUrl: 'http://15.72.183.90:7008/',
|
||||||
|
//frontUrl: 'http://15.72.183.90:7008/document/#/devModelFile/',
|
||||||
|
//apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
||||||
|
// websocketURL: '10.16.5.146:8888/ucs-admin', // 姜永超
|
||||||
|
websocketURL: '10.18.1.99:8889/ucs-admin',
|
||||||
|
// websocketURL: '10.16.5.35:8888/ucs-admin',
|
||||||
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
|
},
|
||||||
|
// 西海岸大数据局
|
||||||
|
xihaian: {
|
||||||
|
loginInfo: {
|
||||||
|
// 视频平台登陆信息
|
||||||
|
loginIp: '',
|
||||||
|
loginPort: '',
|
||||||
|
userName: '',
|
||||||
|
userPwd: '',
|
||||||
|
},
|
||||||
|
// 获取摄像头的后端接口地址
|
||||||
|
camreaInfo: {
|
||||||
|
// cameraUrl: '10.134.135.92:9537', // 西海岸-测试环境
|
||||||
|
// cameraUrl: '10.134.135.9:9537', // 西海岸-生产环境
|
||||||
|
cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
|
||||||
|
},
|
||||||
|
backUrl: 'http://10.134.135.9:9797',
|
||||||
|
previewUrl: 'http://10.134.135.9:9796/',
|
||||||
|
apiURL: 'http://10.134.135.92:8888/renren-admin',
|
||||||
|
// websocketURL: '10.134.135.9:8888/ucs-admin', // 正式环境
|
||||||
|
websocketURL: '10.134.135.92:8888/ucs-admin', // 测试环境
|
||||||
|
//websocketURL: '192.168.124.254:8888/ucs-admin', // 李志成-远雄
|
||||||
|
// websocketURL: '10.18.1.99:8889/ucs-admin', // 研发
|
||||||
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
|
},
|
||||||
|
// 开发
|
||||||
|
dev: {
|
||||||
|
loginInfo: {
|
||||||
|
// 视频平台登陆信息
|
||||||
|
loginIp: '',
|
||||||
|
loginPort: '',
|
||||||
|
userName: '',
|
||||||
|
userPwd: '',
|
||||||
|
},
|
||||||
|
backUrl: 'http://localhost:8001',
|
||||||
|
previewUrl: 'http://192.168.124.243:9796/',
|
||||||
|
apiURL: 'http://192.168.124.243:8888/ucs-admin',
|
||||||
|
websocketURL: '192.168.124.243:8888/ucs-admin',
|
||||||
|
// websocketURL: '10.18.1.99:8889/ucs-admin',
|
||||||
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
|
},
|
||||||
|
// 测试
|
||||||
|
test: {
|
||||||
|
loginInfo: {
|
||||||
|
// 视频平台登陆信息
|
||||||
|
loginIp: '',
|
||||||
|
loginPort: '',
|
||||||
|
userName: '',
|
||||||
|
userPwd: '',
|
||||||
|
},
|
||||||
|
backUrl: 'http://192.168.124.243:9797',
|
||||||
|
previewUrl: 'http://192.168.124.243:9796/',
|
||||||
|
websocketURL: '192.168.124.243:8888/ucs-admin',
|
||||||
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
|
},
|
||||||
|
// 内网穿透
|
||||||
|
frp: {
|
||||||
|
loginInfo: {
|
||||||
|
// 视频平台登陆信息
|
||||||
|
loginIp: '',
|
||||||
|
loginPort: '',
|
||||||
|
userName: '',
|
||||||
|
userPwd: '',
|
||||||
|
},
|
||||||
|
backUrl: 'http://124.222.94.39:9797',
|
||||||
|
previewUrl: 'http://124.222.94.39:9796/',
|
||||||
|
websocketURL: '124.222.94.39:8888/ucs-admin',
|
||||||
|
POI_URL: 'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
// 研发展厅
|
|
||||||
zhanTingDev: {
|
|
||||||
loginInfo: {
|
|
||||||
// 视频平台登陆信息
|
|
||||||
loginIp: '10.132.191.3',
|
|
||||||
loginPort: '8320',
|
|
||||||
userName: 'ynszdz',
|
|
||||||
userPwd: 'Admin@123',
|
|
||||||
},
|
|
||||||
backUrl: 'http://15.72.183.90:8001',
|
|
||||||
previewUrl: 'http://15.72.183.90:7008/',
|
|
||||||
//frontUrl: 'http://15.72.183.90:7008/document/#/devModelFile/',
|
|
||||||
//apiURL: 'http://15.72.183.90:8000/ucs-admin',
|
|
||||||
// websocketURL: '10.16.5.146:8888/ucs-admin', // 姜永超
|
|
||||||
websocketURL: '10.18.1.99:8889/ucs-admin',
|
|
||||||
// websocketURL: '10.16.5.35:8888/ucs-admin',
|
|
||||||
POI_URL:
|
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
|
||||||
},
|
|
||||||
// 西海岸大数据局
|
|
||||||
xihaian: {
|
|
||||||
loginInfo: {
|
|
||||||
// 视频平台登陆信息
|
|
||||||
loginIp: '',
|
|
||||||
loginPort: '',
|
|
||||||
userName: '',
|
|
||||||
userPwd: '',
|
|
||||||
},
|
|
||||||
// 获取摄像头的后端接口地址
|
|
||||||
camreaInfo: {
|
|
||||||
// cameraUrl: '10.134.135.92:9537', // 西海岸-测试环境
|
|
||||||
// cameraUrl: '10.134.135.9:9537', // 西海岸-生产环境
|
|
||||||
cameraUrl: '192.168.124.236:9537', // 远雄(不挂vpn可直接连)
|
|
||||||
},
|
|
||||||
backUrl: 'http://10.134.135.9:9797',
|
|
||||||
previewUrl: 'http://10.134.135.9:9796/',
|
|
||||||
// websocketURL: '10.134.135.9:8888/ucs-admin', // 正式环境
|
|
||||||
// websocketURL: '10.134.135.92:8888/ucs-admin', // 测试环境
|
|
||||||
websocketURL: '192.168.124.254:8888/ucs-admin', // 李志成-远雄
|
|
||||||
// websocketURL: '10.18.1.99:8889/ucs-admin', // 研发
|
|
||||||
POI_URL:
|
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
|
||||||
},
|
|
||||||
// 开发
|
|
||||||
dev: {
|
|
||||||
loginInfo: {
|
|
||||||
// 视频平台登陆信息
|
|
||||||
loginIp: '',
|
|
||||||
loginPort: '',
|
|
||||||
userName: '',
|
|
||||||
userPwd: '',
|
|
||||||
},
|
|
||||||
backUrl: 'http://localhost:8001',
|
|
||||||
previewUrl: 'http://192.168.124.243:9796/',
|
|
||||||
apiURL: 'http://192.168.124.243:8888/ucs-admin',
|
|
||||||
websocketURL: '192.168.124.243:8888/ucs-admin',
|
|
||||||
// websocketURL: '10.18.1.99:8889/ucs-admin',
|
|
||||||
POI_URL:
|
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
|
||||||
},
|
|
||||||
// 测试
|
|
||||||
test: {
|
|
||||||
loginInfo: {
|
|
||||||
// 视频平台登陆信息
|
|
||||||
loginIp: '',
|
|
||||||
loginPort: '',
|
|
||||||
userName: '',
|
|
||||||
userPwd: '',
|
|
||||||
},
|
|
||||||
backUrl: 'http://192.168.124.243:9797',
|
|
||||||
previewUrl: 'http://192.168.124.243:9796/',
|
|
||||||
websocketURL: '192.168.124.243:8888/ucs-admin',
|
|
||||||
POI_URL:
|
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
|
||||||
},
|
|
||||||
// 内网穿透
|
|
||||||
frp: {
|
|
||||||
loginInfo: {
|
|
||||||
// 视频平台登陆信息
|
|
||||||
loginIp: '',
|
|
||||||
loginPort: '',
|
|
||||||
userName: '',
|
|
||||||
userPwd: '',
|
|
||||||
},
|
|
||||||
backUrl: 'http://124.222.94.39:9797',
|
|
||||||
previewUrl: 'http://124.222.94.39:9796/',
|
|
||||||
websocketURL: '124.222.94.39:8888/ucs-admin',
|
|
||||||
POI_URL:
|
|
||||||
'http://15.72.178.129:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|
_global.config = CONFIGITEM.configData[CONFIGITEM.version]
|
|
@ -10,108 +10,108 @@ import axios from 'axios'
|
||||||
import store from '@/store'
|
import store from '@/store'
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
headers: {
|
headers: {
|
||||||
token: store.getters['user/accessToken'],
|
token: store.getters['user/accessToken'],
|
||||||
'Content-Type': 'multipart/form-data',
|
'Content-Type': 'multipart/form-data',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
const config2 = {
|
const config2 = {
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json; charset-utf-8',
|
'Content-Type': 'application/json; charset-utf-8',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
export function getDevelopmentFile(params) {
|
export function getDevelopmentFile(params) {
|
||||||
return request({
|
return request({
|
||||||
url: '/developmentGuide/getDevelopmentFile',
|
url: '/developmentGuide/getDevelopmentFile',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params,
|
params,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
export function updateDevelopmentFile(params) {
|
export function updateDevelopmentFile(params) {
|
||||||
return axios.post(
|
return axios.post(
|
||||||
window.SITE_CONFIG.apiURL + '/developmentGuide/uploadDevelopmentFile',
|
window.SITE_CONFIG.apiURL + '/developmentGuide/uploadDevelopmentFile',
|
||||||
params,
|
params,
|
||||||
config
|
config
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
export function test() {
|
export function test() {
|
||||||
return axios.post(
|
return axios.post(
|
||||||
'http://15.72.158.81/zyjk/ZywMessage.asmx/ZywMessagePort',
|
'http://15.72.158.81/zyjk/ZywMessage.asmx/ZywMessagePort',
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
export function correct(params) {
|
export function correct(params) {
|
||||||
return axios.post('http://15.72.183.90:7008/correct', params, config2)
|
return axios.post('http://15.72.183.90:7008/correct', params, config2)
|
||||||
}
|
}
|
||||||
export function paddleocr(params) {
|
export function paddleocr(params) {
|
||||||
return axios.post('http://15.72.183.90:7008/paddleocr', params, config2)
|
return axios.post('http://15.72.183.90:7008/paddleocr', params, config2)
|
||||||
}
|
}
|
||||||
// 算法总接口
|
// 算法总接口
|
||||||
export function algo(params) {
|
export function algo(params) {
|
||||||
return axios.post('http://15.72.184.10:8888/api/algo', params, config2)
|
return axios.post('http://15.72.184.10:8888/api/algo', params, config2)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 能力云图-数据资源
|
// 能力云图-数据资源
|
||||||
export function count() {
|
export function count() {
|
||||||
return axios.post(
|
return axios.post(
|
||||||
'http://10.134.135.24:30058/share-portal/platform/index/abilityMarket/count',
|
'http://10.134.135.24:30058/share-portal/platform/index/abilityMarket/count',
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
export function getVideoList(params) {
|
export function getVideoList(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=' +
|
'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraListByName?name=' +
|
||||||
params.name +
|
params.name +
|
||||||
'&pageNo=' +
|
'&pageNo=' +
|
||||||
params.pageNo +
|
params.pageNo +
|
||||||
'&pageSize=' +
|
'&pageSize=' +
|
||||||
params.pageSize,
|
params.pageSize,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// 能力云图-数据资源-总数据数
|
// 能力云图-数据资源-总数据数
|
||||||
export function getRecord(params) {
|
export function getRecord(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' +
|
'http://10.134.135.24:30090/api/share-portal/platform/catalogue/query?serviceName=' +
|
||||||
params.serviceName +
|
params.serviceName +
|
||||||
'&orderField=' +
|
'&orderField=' +
|
||||||
params.orderField +
|
params.orderField +
|
||||||
'&orderType=' +
|
'&orderType=' +
|
||||||
params.orderType +
|
params.orderType +
|
||||||
'&pageNum=' +
|
'&pageNum=' +
|
||||||
params.pageNum +
|
params.pageNum +
|
||||||
'&pageSize=' +
|
'&pageSize=' +
|
||||||
params.pageSize +
|
params.pageSize +
|
||||||
'&serviceType=' +
|
'&serviceType=' +
|
||||||
params.serviceType,
|
params.serviceType,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getHls(params) {
|
export function getHls(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStreamByCode?cameraCode=' +
|
'http://10.134.135.9:8001/hx-weather-warning/camera/getCameraLiveStreamByCode?cameraCode=' +
|
||||||
params.cameraId +
|
params.cameraId +
|
||||||
'&protocol=' +
|
'&protocol=' +
|
||||||
params.protocol,
|
params.protocol,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// 西海岸 POI搜索
|
// 西海岸 POI搜索
|
||||||
export function getListForPOI(params) {
|
export function getListForPOI(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.3:21009/service/lbs/coder/geocoding2?appKey=675d95594136456bb7b1434dda31953f&city=青岛&keywords=' +
|
'http://10.134.135.3:21009/service/lbs/coder/geocoding2?appKey=675d95594136456bb7b1434dda31953f&city=青岛&keywords=' +
|
||||||
params.keywords,
|
params.keywords,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
//西海岸 获取左侧标签树
|
//西海岸 获取左侧标签树
|
||||||
export function getPlaceType() {
|
export function getPlaceType() {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
'http://10.134.135.92:9537/data_service/placeTypes/getPlaceType',
|
'http://10.134.135.92:9537/data_service/placeTypes/getPlaceType',
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
//西海岸 根据标签树查询视频列表
|
//西海岸 根据标签树查询视频列表
|
||||||
|
@ -124,36 +124,36 @@ export function CameraConditionPlaceType(params) {
|
||||||
}
|
}
|
||||||
// 西海岸--获取摄像头列表的后台地址 (测试环境地址:10.134.135.92:9537)
|
// 西海岸--获取摄像头列表的后台地址 (测试环境地址:10.134.135.92:9537)
|
||||||
let _cameraUrl =
|
let _cameraUrl =
|
||||||
(_global &&
|
(_global &&
|
||||||
_global.config &&
|
_global.config &&
|
||||||
_global.config.camreaInfo &&
|
_global.config.camreaInfo &&
|
||||||
_global.config.camreaInfo.cameraUrl) ||
|
_global.config.camreaInfo.cameraUrl) ||
|
||||||
'10.134.135.92:9537'
|
'10.134.135.92:9537'
|
||||||
//能力集市基础设施-左侧列表
|
//能力集市基础设施-左侧列表
|
||||||
export function getCameraInfoByAreaId(params) {
|
export function getCameraInfoByAreaId(params) {
|
||||||
return axios.get(
|
return axios.get(
|
||||||
`http://${_cameraUrl}/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}`,
|
`http://${_cameraUrl}/data_service/getCamera/getCameraInfoByAreaId?areaId=${params.areaId}`,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
//能力集市基础设施-摄像头
|
//能力集市基础设施-摄像头
|
||||||
export function getCameraByCondition(params) {
|
export function getCameraByCondition(params) {
|
||||||
return axios.post(
|
return axios.post(
|
||||||
`http://${_cameraUrl}/data_service/getCamera/getCameraByCondition`,
|
`http://${_cameraUrl}/data_service/getCamera/getCameraByCondition`,
|
||||||
params,
|
params,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function initiateMeet(data) {
|
export function initiateMeet(data) {
|
||||||
// return request({
|
// return request({
|
||||||
// url: '/enke/initiateMeet',
|
// url: '/enke/initiateMeet',
|
||||||
// method: 'post',
|
// method: 'post',
|
||||||
// data: data,
|
// data: data,
|
||||||
// })
|
// })
|
||||||
return axios.post(
|
return axios.post(
|
||||||
'http://10.134.135.92:8888/renren-admin/enke/initiateMeet',
|
'http://10.134.135.92:8888/renren-admin/enke/initiateMeet',
|
||||||
data,
|
data,
|
||||||
config2
|
config2
|
||||||
)
|
)
|
||||||
}
|
}
|
|
@ -42,6 +42,8 @@ function updateProgressBar(processed, total, elapsed, layersArray) {
|
||||||
function createMarkerClusterLayer(layerClassName) {
|
function createMarkerClusterLayer(layerClassName) {
|
||||||
let array = [];
|
let array = [];
|
||||||
let markerClusterLayer = null
|
let markerClusterLayer = null
|
||||||
|
//let currentZoom = this.map._zoom
|
||||||
|
//console.log('zzzzzz', currentZoom);
|
||||||
if (layerClassName) {
|
if (layerClassName) {
|
||||||
// 如果存在类名,表示需要自定义图标
|
// 如果存在类名,表示需要自定义图标
|
||||||
markerClusterLayer = L.markerClusterGroup({
|
markerClusterLayer = L.markerClusterGroup({
|
||||||
|
|
|
@ -230,7 +230,7 @@
|
||||||
>
|
>
|
||||||
<button class="buzhou">提交</button>
|
<button class="buzhou">提交</button>
|
||||||
</a-popconfirm>
|
</a-popconfirm>
|
||||||
<button class="buzhou" v-else-if="服务商联系电话 === '部署与使用'" @click="submit()">
|
<button class="buzhou" v-else-if="showView === '部署与使用'" @click="submit()">
|
||||||
提交
|
提交
|
||||||
</button>
|
</button>
|
||||||
<button class="quxiao" @click="close()">取消</button>
|
<button class="quxiao" @click="close()">取消</button>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
海康H5Player
|
海康H5Player
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div id='player' style="width:950px;height:600px"></div>
|
<div id='player' style="width:800px;height:600px;z-index:9999"></div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
const IS_MOVE_DEVICE = document.body.clientWidth < 992 // 是否移动设备
|
const IS_MOVE_DEVICE = document.body.clientWidth < 992 // 是否移动设备
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
:key="item.key"
|
:key="item.key"
|
||||||
@click="jumpPage(item,'headerClick')"
|
@click="jumpPage(item,'headerClick')"
|
||||||
class="nav"
|
class="nav"
|
||||||
:class="[{'select':item.key == select},{'select-inner':(item.key == 'DetailsPageconetent' && item.innerKey == 'algorithmCompare'&& props.targetFlag)}]"
|
:class="[{'select':item.key == select},{'select-inner':(item.key == 'DetailsPageconetent' && item.innerKey && props.targetFlag)}]"
|
||||||
>
|
>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -171,6 +171,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log('3333333------------>', props)
|
||||||
// 返回首页
|
// 返回首页
|
||||||
const goToHome = () => {
|
const goToHome = () => {
|
||||||
// 西海岸
|
// 西海岸
|
||||||
|
@ -290,7 +291,7 @@
|
||||||
break
|
break
|
||||||
case '能力集市':
|
case '能力集市':
|
||||||
router.push({
|
router.push({
|
||||||
path: '/algorithmCompare',
|
path: targetRouter.value.path,
|
||||||
query: {
|
query: {
|
||||||
id: targetRouter.value.id,
|
id: targetRouter.value.id,
|
||||||
},
|
},
|
||||||
|
@ -301,41 +302,11 @@
|
||||||
path: '/capabilityCloud',
|
path: '/capabilityCloud',
|
||||||
})
|
})
|
||||||
break
|
break
|
||||||
// case '技术文档':
|
|
||||||
// router.push({
|
|
||||||
// path: '/developmentGuide',
|
|
||||||
// })
|
|
||||||
// break
|
|
||||||
case '新手指南':
|
|
||||||
router.push({
|
|
||||||
path: '/instructionManual',
|
|
||||||
})
|
|
||||||
break
|
|
||||||
case '需求中心':
|
|
||||||
router.push({
|
|
||||||
path: '/demandCenter',
|
|
||||||
})
|
|
||||||
break
|
|
||||||
case '区市站点':
|
|
||||||
router.push({
|
|
||||||
path: '/mapTest',
|
|
||||||
})
|
|
||||||
break
|
|
||||||
case '后台管理':
|
case '后台管理':
|
||||||
Cookies.remove('JSESSIONID')
|
Cookies.remove('JSESSIONID')
|
||||||
window.open(window.SITE_CONFIG.backUrl + '/#/workBench-workBench')
|
window.open(window.SITE_CONFIG.backUrl + '/#/workBench-workBench')
|
||||||
// window.reload('http://15.2.21.238:9797')
|
// window.reload('http://15.2.21.238:9797')
|
||||||
break
|
break
|
||||||
case '赋能案例':
|
|
||||||
router.push({
|
|
||||||
path: '/assignCase',
|
|
||||||
})
|
|
||||||
break
|
|
||||||
case '典型赋能案例':
|
|
||||||
router.push({
|
|
||||||
path: '/assignCase',
|
|
||||||
})
|
|
||||||
break
|
|
||||||
case '融合服务':
|
case '融合服务':
|
||||||
router.push({
|
router.push({
|
||||||
path: '/integrationServices',
|
path: '/integrationServices',
|
||||||
|
@ -431,8 +402,9 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
mybus.on('changeMenuStyle', (data) => {
|
mybus.on('changeMenuStyle', (data) => {
|
||||||
|
debugger
|
||||||
|
targetRouter.value = data;
|
||||||
if(data.path=='/algorithmCompare'){
|
if(data.path=='/algorithmCompare'){
|
||||||
targetRouter.value = data;
|
|
||||||
jumpPage({
|
jumpPage({
|
||||||
"name": "能力集市",
|
"name": "能力集市",
|
||||||
"key": "DetailsPageconetent",
|
"key": "DetailsPageconetent",
|
||||||
|
@ -440,6 +412,12 @@
|
||||||
},'innerClick');
|
},'innerClick');
|
||||||
} else if(data.path =='/DetailsPageconetent'){
|
} else if(data.path =='/DetailsPageconetent'){
|
||||||
jumpPage({ name: '能力集市', key: 'DetailsPageconetent' },'headerClick')
|
jumpPage({ name: '能力集市', key: 'DetailsPageconetent' },'headerClick')
|
||||||
|
} else if(data.path =='/details'){
|
||||||
|
jumpPage({
|
||||||
|
"name": "能力集市",
|
||||||
|
"key": "DetailsPageconetent",
|
||||||
|
"innerKey":"details"
|
||||||
|
},'innerClick');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -609,12 +609,18 @@
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
context.emit('saveSearchCodition')
|
context.emit('saveSearchCodition')
|
||||||
router.push({
|
// router.push({
|
||||||
path: '/details',
|
// path: '/details',
|
||||||
query: {
|
// query: {
|
||||||
id: item.id,
|
// id: item.id,
|
||||||
},
|
// },
|
||||||
})
|
// });
|
||||||
|
//修改顶部菜单的样式
|
||||||
|
let pathData = {
|
||||||
|
path: '/details',
|
||||||
|
id: item.id,
|
||||||
|
};
|
||||||
|
mybus.emit('changeMenuStyle',pathData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="detail-back" @click="previousPage" :style="{ color: textColor }">
|
<div>
|
||||||
|
<div class="nav-box">
|
||||||
|
<a-breadcrumb>
|
||||||
|
<a-breadcrumb-item @click="goToDetailsPageconetent" class="bread-crumb-span">能力集市</a-breadcrumb-item>
|
||||||
|
<a-breadcrumb-item>{{detailName}}</a-breadcrumb-item>
|
||||||
|
</a-breadcrumb>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -24,20 +30,40 @@ const previousPage = () => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const detailName = ref("应用资源")
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
.detail-back {
|
.detail-back {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.85rem;
|
top: 0.6rem;
|
||||||
left: 100px;
|
left: 100px;
|
||||||
font-size: 0.18rem;
|
font-size: 0.18rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background-image: url('~@/assets/detailsAll/back.png');
|
//background-image: url('~@/assets/detailsAll/back.png');
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
.nav-box {
|
||||||
|
position: absolute;
|
||||||
|
top: 0.6rem;
|
||||||
|
//left: 100px;
|
||||||
|
font-size: 0.18rem;
|
||||||
|
color: #fff;
|
||||||
|
height: 30px;
|
||||||
|
line-height:30px;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 14px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
background: rgba(244, 245, 248, 0.8);
|
||||||
|
padding-left: 145px;
|
||||||
|
padding-top: 5px;
|
||||||
|
.bread-crumb-span{
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
|
@ -8,11 +8,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div id="apply-container">
|
<div id="apply-container">
|
||||||
<home-header :showView="showView"></home-header>
|
<home-header :showView="showView" :target-flag = "targetFlag"></home-header>
|
||||||
<detail-back></detail-back>
|
<detail-back></detail-back>
|
||||||
<details-view v-if="showView === 'details-view'"></details-view>
|
<div class="detail-content">
|
||||||
|
<details-view v-if="showView === 'details-view'"></details-view>
|
||||||
<algorithm-details
|
<algorithm-details
|
||||||
v-else-if="showView === 'algorithm-details'"
|
v-if="showView === 'algorithm-details'"
|
||||||
></algorithm-details>
|
></algorithm-details>
|
||||||
<application-details
|
<application-details
|
||||||
v-else-if="showView === 'application-details'"
|
v-else-if="showView === 'application-details'"
|
||||||
|
@ -24,6 +25,7 @@
|
||||||
v-else-if="showView === 'business-details'"
|
v-else-if="showView === 'business-details'"
|
||||||
></business-details>
|
></business-details>
|
||||||
<layer-service v-else-if="showView === 'layer-service'"></layer-service>
|
<layer-service v-else-if="showView === 'layer-service'"></layer-service>
|
||||||
|
</div>
|
||||||
<home-footer></home-footer>
|
<home-footer></home-footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -95,6 +97,7 @@
|
||||||
const id = router.currentRoute.value.query.id
|
const id = router.currentRoute.value.query.id
|
||||||
const obj = JSON.parse(window.sessionStorage.getItem('preview'))
|
const obj = JSON.parse(window.sessionStorage.getItem('preview'))
|
||||||
let showView = ref('')
|
let showView = ref('')
|
||||||
|
const targetFlag= ref(true)
|
||||||
const init = () => {
|
const init = () => {
|
||||||
if (id) {
|
if (id) {
|
||||||
selectOne(id).then((res) => {
|
selectOne(id).then((res) => {
|
||||||
|
@ -171,6 +174,7 @@
|
||||||
formState,
|
formState,
|
||||||
options,
|
options,
|
||||||
showView,
|
showView,
|
||||||
|
targetFlag,
|
||||||
init,
|
init,
|
||||||
router,
|
router,
|
||||||
id,
|
id,
|
||||||
|
@ -191,4 +195,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.detail-content{
|
||||||
|
margin-top:90px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -193,7 +193,6 @@ export default defineComponent({
|
||||||
})
|
})
|
||||||
|
|
||||||
const onSelect = async (item, val, child) => {
|
const onSelect = async (item, val, child) => {
|
||||||
|
|
||||||
let res = {}
|
let res = {}
|
||||||
if (whoShow1.value && !whoShow1.value.itShowXiHaiAn) {
|
if (whoShow1.value && !whoShow1.value.itShowXiHaiAn) {
|
||||||
res = await getCameraAllOrgan({ parentId: val.id })
|
res = await getCameraAllOrgan({ parentId: val.id })
|
||||||
|
|
|
@ -20,13 +20,15 @@
|
||||||
:key="url"
|
:key="url"
|
||||||
:src="url"
|
:src="url"
|
||||||
>
|
>
|
||||||
<!-- <div class="video-content" style=" z-index: 1">
|
<div class="video-content">
|
||||||
<h5-player :video-url = "videoUrl"></h5-player>
|
<h5-player></h5-player>
|
||||||
</div> -->
|
|
||||||
<div style="color:#000000">
|
|
||||||
<h5-player :video-url = "videoUrl"></h5-player>
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<!-- <div style="color:#000000">
|
||||||
|
<div class="video-content" style=" z-index: 1">
|
||||||
|
<h5-player :video-url="videoUrl"></h5-player>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
<div class="footer-button">
|
||||||
<a-button type="primary" @click="applyNow(url)">立即申请</a-button>
|
<a-button type="primary" @click="applyNow(url)">立即申请</a-button>
|
||||||
<a-button type="primary" style="margin-left:20px" @click="addIntoCart(url)">加入申购车</a-button>
|
<a-button type="primary" style="margin-left:20px" @click="addIntoCart(url)">加入申购车</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -164,6 +166,18 @@
|
||||||
width: 960px;
|
width: 960px;
|
||||||
//height: 700px;
|
//height: 700px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
|
.video-content{
|
||||||
|
width: 950px;
|
||||||
|
height:600px;
|
||||||
|
text-align: left;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
.footer-button{
|
||||||
|
width: 950px;
|
||||||
|
//height:50px;
|
||||||
|
text-align: center;
|
||||||
|
padding-top:20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ant-carousel :deep(.slick-slide) {
|
.ant-carousel :deep(.slick-slide) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -199,18 +213,7 @@
|
||||||
.ant-carousel :deep(.slick-dots) {
|
.ant-carousel :deep(.slick-dots) {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.video-content{
|
|
||||||
width: 950px;
|
|
||||||
height:600px;
|
|
||||||
text-align: left;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
.footer-button{
|
|
||||||
width: 950px;
|
|
||||||
height:50px;
|
|
||||||
text-align: center;
|
|
||||||
padding-top:20px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// .current-video {
|
// .current-video {
|
||||||
// width: 320px;
|
// width: 320px;
|
||||||
|
|
|
@ -153,7 +153,7 @@ import { ElMessage } from 'element-plus'
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
TiledMap,
|
TiledMap,
|
||||||
VideoPlay,
|
VideoPlay
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -199,7 +199,7 @@ import { ElMessage } from 'element-plus'
|
||||||
//this.addResourceTomap('videoMap', this.pointAllData);
|
//this.addResourceTomap('videoMap', this.pointAllData);
|
||||||
})
|
})
|
||||||
|
|
||||||
//摄像头数据上图
|
//所有摄像头数据上图
|
||||||
mybus.off('cameraDataOnMap')
|
mybus.off('cameraDataOnMap')
|
||||||
mybus.on('cameraDataOnMap', (data) => {
|
mybus.on('cameraDataOnMap', (data) => {
|
||||||
this.addResourceTomap('videoMap', data)
|
this.addResourceTomap('videoMap', data)
|
||||||
|
@ -738,6 +738,14 @@ import { ElMessage } from 'element-plus'
|
||||||
z-index: 988;
|
z-index: 988;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.input-with-select{
|
||||||
|
width: 2.4rem;
|
||||||
|
svg{
|
||||||
|
position: relative;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.icon-poylon {
|
.icon-poylon {
|
||||||
width: 0.46rem;
|
width: 0.46rem;
|
||||||
bottom: 0.6rem;
|
bottom: 0.6rem;
|
||||||
|
|
Loading…
Reference in New Issue