mobile CCTV,mobile surveillance,police body worn cameras

标题: 接口数据不对 [打印本页]

author: cyy    time: 2024-7-24 14:19
标题: 接口数据不对
调用设备列表接口,返回来一大堆不知道哪来的摄像头数据,没有我们本地匹配的pu id的摄像头

author: IBeli    time: 2024-7-24 14:25
服务器自带页面,设备列表正常么?
是不是调用访问的服务器不对;检查一下;
author: cyy    time: 2024-7-24 14:27
IBeli post on2024-7-24 14:25
服务器自带页面,设备列表正常么?
是不是调用访问的服务器不对;检查一下;

自带页面正常
author: IBeli    time: 2024-7-24 14:35
cyy post on2024-7-24 14:27
自带页面正常

调用的确定是这个服务器上接口?
author: cyy    time: 2024-7-24 14:37
IBeli post on2024-7-24 14:35
调用的确定是这个服务器上接口?

是的,直接调用的本地的
author: IBeli    time: 2024-7-24 14:45
cyy post on2024-7-24 14:37
是的,直接调用的本地的

脚手架前端代理么?把代理贴一下
author: cyy    time: 2024-7-24 14:50
IBeli post on2024-7-24 14:45
脚手架前端代理么?把代理贴一下

/*
* @Author: Shirtiny
* @Date: 2021-12-30 14:51:39
* @LastEditTime: 2021-12-30 14:57:08
* @Description:
*/
const { defineConfig } = require("@vue/cli-service");

// const targetUrl = "https://61.191.27.18:9781";
const targetUrl = "https://192.168.3.80:9781";

module.exports = defineConfig({
  transpileDependencies: true,
  devServer: {
   
    proxy: {
      "^/bvcsp": {
        target: targetUrl,
        ws: true,
        changeOrigin: true,
      },
      "^/bvvtdu": {
        target: targetUrl,
        ws: true,
        changeOrigin: true,
      },
      "^/bvnru": {
        target: targetUrl,
        ws: true,
        changeOrigin: true,
      },
    },
  },
});

author: IBeli    time: 2024-7-24 14:56
cyy post on2024-7-24 14:50
/*
* @Author: Shirtiny
* @Date: 2021-12-30 14:51:39

看着没有问题,提供远程,我们安排研发给看下
author: cyy    time: 2024-7-24 15:02
IBeli post on2024-7-24 14:56
看着没有问题,提供远程,我们安排研发给看下

我的识别码:277591928
使用向日葵即可对我发起远程协助
向日葵下载地址:http://url.oray.com/tGJdas/

author: cyy    time: 2024-7-24 15:02
cyy post on2024-7-24 15:02
我的识别码:277591928
使用向日葵即可对我发起远程协助
向日葵下载地址:http://url.oray.com/tGJdas/

验证码:c2cv74




欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2