From 3157955a5996e5f4f56a5839880f64e84a9bfae2 Mon Sep 17 00:00:00 2001 From: huajimang <782841784@qq.com> Date: Thu, 12 Jan 2023 15:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 3 --- vue.config.js | 4 ---- 2 files changed, 7 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 0e47e846..9ec5f0bd 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -41,7 +41,6 @@ export const getDeleteShipjk = (params) => { }) }; //视频分析预览 -<<<<<<< HEAD // 分析配置接口 export const getFeixpz = (params) => { return axios.get('aps/GetFeixpz', { @@ -69,7 +68,6 @@ export const setFeixzbzh = (params) => { }; -======= //根据组件id获取单个组件信息 export const getComponentData = (params) => { return axios.get('aps/GetMonqjkzjcsDetails', { @@ -83,4 +81,3 @@ export const getSectionalData = (params) => { }) }; // ->>>>>>> 5849d1b4ed53eb7dc858a9ab7840f03758656d14 diff --git a/vue.config.js b/vue.config.js index e849b9e0..1343fbd5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,11 +33,7 @@ module.exports = { // port: 8989, // 开发服务器运行端口号 proxy: { '/aps': { //代理的名字 -<<<<<<< HEAD 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://ht.api.umayle.com:2022', ws: true,