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/property/ownersCommittee.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/property/ownersCommittee.vue b/src/views/property/ownersCommittee.vue
index 4fe3b89..3aea154 100644
--- a/src/views/property/ownersCommittee.vue
+++ b/src/views/property/ownersCommittee.vue
@@ -42,18 +42,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",
@@ -203,7 +203,7 @@
               label: "小区名称",
               prop: "districtId",
               type: 'tree',
-              dicUrl: `/api/blade-district/district/getDistrictTree`,
+              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
               props: {
                 label: "name",
                 value: "id"
@@ -293,7 +293,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