浏览代码

修改网页标题
登录页区分

彭宇 2 年之前
父节点
当前提交
817fb7e146
共有 1 个文件被更改,包括 1 次插入1 次删除
  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){