diff --git a/src/App.vue b/src/App.vue index 76c600a..99449fc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- xxx电力可视化系统 + 盐都电力可视化系统
{{item}}
diff --git a/src/api/index.js b/src/api/index.js index 2781189..0b6f083 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -45,4 +45,10 @@ export const getGdsgdzl = (params) => { return axios.get('/Handler/Gdsgdzl.ashx', { params }) +}; +//查询配变停运情况 +export const getPbtyqk = (params) => { + return axios.get('/Handler/Pbtyqk.ashx', { + params + }) }; \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index dd1cc79..04b7a2b 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -141,7 +141,7 @@
-