From 985fc822beeb94ff0c5d5ccb96f07939193c07b9 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 21 Nov 2023 16:59:15 +0800
Subject: [PATCH] fix:流程状态修改
---
src/views/UVA/index1Copy.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/UVA/index1Copy.vue b/src/views/UVA/index1Copy.vue
index 23c32a7..fda0c10 100644
--- a/src/views/UVA/index1Copy.vue
+++ b/src/views/UVA/index1Copy.vue
@@ -37,7 +37,6 @@
import axios from 'axios'
import { getToken } from '@/utils/auth'
-
export default {
data() {
return {
@@ -241,7 +240,7 @@
},
// ������������������������������������������
getDate() {
- axios.get('http://47.99.64.149:8081/uav/test', {
+ axios.get('http://47.99.64.149:8081/api/uav/test', {
params: {
batch: '2021-07-08 01:00:00'
},
--
Gitblit v1.8.0