From 674c32af90519e90a4cb7010a0cc6b23849e4635 Mon Sep 17 00:00:00 2001
From: limengnan <420004014@qq.com>
Date: Thu, 2 Apr 2026 18:12:36 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AF=BC=E5=87=BA=E5=85=A8?=
=?UTF-8?q?=E9=83=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
business-css/frontend/src/views/business/project/index.vue | 2 +-
business-css/frontend/src/views/component/scenario/index.vue | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/business-css/frontend/src/views/business/project/index.vue b/business-css/frontend/src/views/business/project/index.vue
index 67c918a..63ff883 100644
--- a/business-css/frontend/src/views/business/project/index.vue
+++ b/business-css/frontend/src/views/business/project/index.vue
@@ -260,7 +260,7 @@ function closeAntvx6() {
+ @click="delAloneClick(scope.row)" style="cursor: pointer;" v-if="username == scope.row.creator || username == 'admin'">
diff --git a/business-css/frontend/src/views/component/scenario/index.vue b/business-css/frontend/src/views/component/scenario/index.vue
index 19c1a06..6e59322 100644
--- a/business-css/frontend/src/views/component/scenario/index.vue
+++ b/business-css/frontend/src/views/component/scenario/index.vue
@@ -23,7 +23,7 @@ import Viewx6 from '@/components/antvx6/viewx6.vue';
import { useUserStore } from '@/store/modules/user';
const userStore = useUserStore();
const username = ref(userStore.username)
-
+const apiUrl = import.meta.env.VITE_APP_BASE_API; // 基础路径
const webUrl = import.meta.env.VITE_APP_BASE_HTTP; // 基础路径
const algorithmTypeData: any = ref([]); // 算法类型数据
@@ -562,7 +562,10 @@ function initDeviceData(){