Przeglądaj źródła

修改网页标题
登录页区分

彭宇 2 lat temu
rodzic
commit
817fb7e146
1 zmienionych plików z 1 dodań i 1 usunięć
  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){