Explorar el Código

修改网页标题
登录页区分

彭宇 hace 2 años
padre
commit
817fb7e146
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/monitor.vue

+ 1 - 1
src/views/monitor.vue

@@ -224,7 +224,7 @@ export default {
       //获取重点区域列表
       let that = this
       selectKeyAreaList().then(res => {
-        that.keyAreaList = res
+        that.keyAreaList = res.data
       })
     },
     getRegionalFlag(id){