Browse Source

修改网页标题
登录页区分

彭宇 2 years ago
parent
commit
817fb7e146
1 changed files with 1 additions and 1 deletions
  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){