From aafa2f408e044da9a237763351478c43033d0eeb Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 19 Oct 2023 09:14:40 +0800 Subject: [PATCH] =?UTF-8?q?http=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/videoWall/videoDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/shequzhili/videoWall/videoDialog.vue b/src/views/modules/shequzhili/videoWall/videoDialog.vue index b247f311f..67424def3 100644 --- a/src/views/modules/shequzhili/videoWall/videoDialog.vue +++ b/src/views/modules/shequzhili/videoWall/videoDialog.vue @@ -32,7 +32,7 @@ }, getAuthCameras(token){ var that=this; - this.$axios.post("http://172.20.41.195:9006/video/api/getAuthCameras",null,{ + this.$http.post("http://172.20.41.195:9006/video/api/getAuthCameras",null,{ headers: { Authorization: token }}) @@ -41,7 +41,7 @@ }); }, getLogin(){ - this.$axios + this.$http .post("http://172.20.41.195:9006/video/api/login",this.userData) .then((res) => { this.token=res.data.data.token;