From b07a3a9dcb89f9785b7b001d2d26b167376d597e Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 11:43:49 +0800
Subject: [PATCH] 接口代理修改
---
src/views/publicSecurity/components/labelReporting.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index 50c87e8..e743263 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/src/views/publicSecurity/components/labelReporting.vue
@@ -17,7 +17,7 @@
import {
getDetail,
update
-} from "@/api/task/labelReporting"
+} from "@/ssoapi/task/labelReporting"
import website from '@/config/website'
export default {
data () {
@@ -52,7 +52,7 @@
disabled: true,
span: 12,
labelWidth: 120,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=frontType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=frontType",
dataType: "number",
props: {
label: "dictValue",
--
Gitblit v1.9.3