diff --git a/src/views/RongyunCommunication/HistroyTalkdetail.vue b/src/views/RongyunCommunication/HistroyTalkdetail.vue index 7329191..cd3f988 100644 --- a/src/views/RongyunCommunication/HistroyTalkdetail.vue +++ b/src/views/RongyunCommunication/HistroyTalkdetail.vue @@ -229,7 +229,7 @@ { label: '响铃后挂断', value: 3 }, { label: '已接听', value: 4 }, ]); - +// 表单数据 const data = reactive({ form: {}, queryParams: { diff --git a/src/views/RongyunCommunication/HistroyTalkdetail.vue b/src/views/RongyunCommunication/HistroyTalkdetail.vue index 7329191..cd3f988 100644 --- a/src/views/RongyunCommunication/HistroyTalkdetail.vue +++ b/src/views/RongyunCommunication/HistroyTalkdetail.vue @@ -229,7 +229,7 @@ { label: '响铃后挂断', value: 3 }, { label: '已接听', value: 4 }, ]); - +// 表单数据 const data = reactive({ form: {}, queryParams: { diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 397460c..1b00859 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -225,7 +225,7 @@ // YAxis: [4, 5, 4, 6, 5, 1, 3], XAxis: [], YAxis: [], - typeName: '水量(万吨)', + typeName: 'm³', loading: true, }); diff --git a/src/views/RongyunCommunication/HistroyTalkdetail.vue b/src/views/RongyunCommunication/HistroyTalkdetail.vue index 7329191..cd3f988 100644 --- a/src/views/RongyunCommunication/HistroyTalkdetail.vue +++ b/src/views/RongyunCommunication/HistroyTalkdetail.vue @@ -229,7 +229,7 @@ { label: '响铃后挂断', value: 3 }, { label: '已接听', value: 4 }, ]); - +// 表单数据 const data = reactive({ form: {}, queryParams: { diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 397460c..1b00859 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -225,7 +225,7 @@ // YAxis: [4, 5, 4, 6, 5, 1, 3], XAxis: [], YAxis: [], - typeName: '水量(万吨)', + typeName: 'm³', loading: true, }); diff --git a/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue b/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue index 4918535..fc53979 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue @@ -108,7 +108,7 @@ nameLocation: 'start', nameTextStyle: { color: '#AED2E0', - padding: [-8, 0, 0, -80], // 四个数字分别为上右下左与原位置距离 + padding: [-8, 0, 0, -70], // 四个数字分别为上右下左与原位置距离 }, axisLabel: { show: true, diff --git a/src/views/RongyunCommunication/HistroyTalkdetail.vue b/src/views/RongyunCommunication/HistroyTalkdetail.vue index 7329191..cd3f988 100644 --- a/src/views/RongyunCommunication/HistroyTalkdetail.vue +++ b/src/views/RongyunCommunication/HistroyTalkdetail.vue @@ -229,7 +229,7 @@ { label: '响铃后挂断', value: 3 }, { label: '已接听', value: 4 }, ]); - +// 表单数据 const data = reactive({ form: {}, queryParams: { diff --git a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue index 397460c..1b00859 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/BengZhanRight.vue @@ -225,7 +225,7 @@ // YAxis: [4, 5, 4, 6, 5, 1, 3], XAxis: [], YAxis: [], - typeName: '水量(万吨)', + typeName: 'm³', loading: true, }); diff --git a/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue b/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue index 4918535..fc53979 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/components/shuiliang.vue @@ -108,7 +108,7 @@ nameLocation: 'start', nameTextStyle: { color: '#AED2E0', - padding: [-8, 0, 0, -80], // 四个数字分别为上右下左与原位置距离 + padding: [-8, 0, 0, -70], // 四个数字分别为上右下左与原位置距离 }, axisLabel: { show: true, diff --git a/vite.config.js b/vite.config.js index 4ddbb34..9ba7c16 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,9 +5,9 @@ import autoprefixer from 'autoprefixer'; const Timestamp = new Date().getTime(); //随机时间戳 -let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; +// let ipLink = 'https://server1.wh-nf.cn:8201/prod-api'; // let ipLink = 'http://192.168.16.135:9100'; -// let ipLink = 'http://192.168.16.124:9100'; +let ipLink = 'http://192.168.16.124:9100'; // let ipLink = 'http://192.168.20.43:9100'; // 刘总 /* */ // https://vitejs.dev/config/