From 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 10:15:33 +0800
Subject: [PATCH] 名称修改
---
src/components/real-popup/main.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/components/real-popup/main.vue b/src/components/real-popup/main.vue
index ff204d8..d551595 100644
--- a/src/components/real-popup/main.vue
+++ b/src/components/real-popup/main.vue
@@ -497,7 +497,7 @@
axios({
method: "post",
- url: "/api/blade-jfpts/xlfeedback/xlfeedback/put-objecty",
+ url: "/api/xlfeedback/xlfeedback/put-objecty",
data: wavformData,
params: {
jid: that.form.id,
@@ -536,7 +536,7 @@
axios
.post(
- "/api/blade-jfpts/alarm/alarm/updateJtype",
+ "/api/alarm/alarm/updateJtype",
{},
{
params: {
@@ -556,7 +556,7 @@
that.dialogTableVisible = false;
axios({
method: "post",
- url: `/api/blade-jfpts/rvideo/stop`,
+ url: `/api/rvideo/stop`,
params: {
jid: row.id,
},
@@ -574,7 +574,7 @@
query: that.form,
});
}, 10);
-
+
} else {
that.$router.push({
path: "/policeTracking/track",
--
Gitblit v1.9.3