代码提交
This commit is contained in:
parent
1e1ed2aa3c
commit
3157955a59
|
@ -41,7 +41,6 @@ export const getDeleteShipjk = (params) => {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
//视频分析预览
|
//视频分析预览
|
||||||
<<<<<<< HEAD
|
|
||||||
// 分析配置接口
|
// 分析配置接口
|
||||||
export const getFeixpz = (params) => {
|
export const getFeixpz = (params) => {
|
||||||
return axios.get('aps/GetFeixpz', {
|
return axios.get('aps/GetFeixpz', {
|
||||||
|
@ -69,7 +68,6 @@ export const setFeixzbzh = (params) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
//根据组件id获取单个组件信息
|
//根据组件id获取单个组件信息
|
||||||
export const getComponentData = (params) => {
|
export const getComponentData = (params) => {
|
||||||
return axios.get('aps/GetMonqjkzjcsDetails', {
|
return axios.get('aps/GetMonqjkzjcsDetails', {
|
||||||
|
@ -83,4 +81,3 @@ export const getSectionalData = (params) => {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
//
|
//
|
||||||
>>>>>>> 5849d1b4ed53eb7dc858a9ab7840f03758656d14
|
|
||||||
|
|
|
@ -33,11 +33,7 @@ module.exports = {
|
||||||
// port: 8989, // 开发服务器运行端口号
|
// port: 8989, // 开发服务器运行端口号
|
||||||
proxy: {
|
proxy: {
|
||||||
'/aps': { //代理的名字
|
'/aps': { //代理的名字
|
||||||
<<<<<<< HEAD
|
|
||||||
target: 'http://172.16.1.168:5000/api/',
|
target: 'http://172.16.1.168:5000/api/',
|
||||||
=======
|
|
||||||
target: 'http://172.16.1.253:5000/api/',
|
|
||||||
>>>>>>> 5849d1b4ed53eb7dc858a9ab7840f03758656d14
|
|
||||||
// target: 'http://172.16.1.178:5001/',
|
// target: 'http://172.16.1.178:5001/',
|
||||||
// target: 'http://ht.api.umayle.com:2022',
|
// target: 'http://ht.api.umayle.com:2022',
|
||||||
ws: true,
|
ws: true,
|
||||||
|
|
Loading…
Reference in New Issue