Parcourir la source

修改网页标题
登录页区分

彭宇 il y a 2 ans
Parent
commit
817fb7e146
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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){