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/gzll/ownersCommittee.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/gzll/ownersCommittee.vue b/src/views/gzll/ownersCommittee.vue
index 85e3903..ff14d16 100644
--- a/src/views/gzll/ownersCommittee.vue
+++ b/src/views/gzll/ownersCommittee.vue
@@ -45,18 +45,18 @@
     add,
     getNotice,
     upcomment
-} from "@/api/article/article"
+} from "@/ssoapi/article/article"
 
 import {
     addPd,
-} from "@/api/discuss/publicDiscuss"
+} from "@/ssoapi/discuss/publicDiscuss"
 
 import website from '@/config/website'
 
 
 import {
     getDistrictTree
-} from "@/api/district/index"
+} from "@/ssoapi/district/index"
 
 import {
     mapGetters
@@ -133,7 +133,7 @@
                     // align:'center',
                     type: "upload",
                     listType: "picture-img",
-                    action: "/api/blade-resource/oss/endpoint/put-file",
+                    action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                     propsHttp: {
                         res: "data",
                         url: "link",
@@ -278,7 +278,7 @@
                     prop: "content",
                     component: "AvueUeditor",
                     options: {
-                        action: "/api/blade-resource/oss/endpoint/put-file",
+                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                         // customConfig: {
                         //   lineHeights: ['1', '1.15', '1.6', '2', '2.5', '3']
                         // },//wangEditor编辑的配置

--
Gitblit v1.9.3