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/cGovernance/punchCard.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/cGovernance/punchCard.vue b/src/views/cGovernance/punchCard.vue
index 1471279..ad4c1a0 100644
--- a/src/views/cGovernance/punchCard.vue
+++ b/src/views/cGovernance/punchCard.vue
@@ -10,7 +10,7 @@
 </template>
 
 <script>
-import { getList } from "@/api/punch_card"
+import { getList } from "@/ssoapi/punch_card"
 import { mapGetters } from "vuex"
 import website from '@/config/website'
 
@@ -117,7 +117,7 @@
                         type: "upload",
                         labelWidth: 120,
                         listType: "picture-img",
-                        action: "/api/blade-resource/oss/endpoint/put-file",
+                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                         propsHttp: {
                             res: "data",
                             name: 'name',

--
Gitblit v1.9.3