@ -19,6 +19,11 @@ export default {
// url: "/street",
// name: "删除巷道"
// },
getCameraList: {
method: "POST",
url: "/camera/page",
name: "获取球机列表"
},
queryList: {
url: '/order/list',
name: '查询',
@ -51,7 +51,7 @@ const columns = [
{
title: '球机IP',
dataIndex: 'plcId',
dataIndex: 'ip',
title: '修改时间',
@ -99,7 +99,7 @@ export default {
this.request();
request(){
this.$api.httpApi.getStreetList({
this.$api.httpApi.getCameraList({
data: {
pageNum:this.pageNum,
pageSize:this.pageSize,