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

diff --git a/src/views/gzll/owners.vue b/src/views/gzll/owners.vue
index ae7209f..687412d 100644
--- a/src/views/gzll/owners.vue
+++ b/src/views/gzll/owners.vue
@@ -35,7 +35,7 @@
     update,
     remove,
     getDetatil
-} from "@/api/owners_committee"
+} from "@/ssoapi/owners_committee"
 import {
     mapGetters
 } from "vuex"
@@ -86,7 +86,7 @@
                     prop: "areaId",
                     searchSpan: 5,
                     type: 'tree',
-                    dicUrl: `/api/blade-district/district/getDistrictTree`,
+                    dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
                     props: {
                         label: "name",
                         value: "id"
@@ -152,7 +152,7 @@
                         value: 'id'
                     },
                     hide: true,
-                    dicUrl: `/api/blade-system/user/searchUserByDistrictId?districtId={{key}}`,
+                    dicUrl: `/ssoapi/blade-system/user/searchUserByDistrictId?districtId={{key}}`,
                     defaultExpandedKeys: [],
                     change: ({
                         value,
@@ -259,7 +259,7 @@
                     prop: "imageUrl",
                     type: "upload",
                     listType: "picture-img",
-                    action: "/api/blade-resource/oss/endpoint/put-file",
+                    action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                     propsHttp: {
                         res: "data",
                         name: 'name',
@@ -314,7 +314,7 @@
                     prop: "profile",
                     component: "AvueUeditor",
                     options: {
-                        action: "/api/blade-resource/oss/endpoint/put-file",
+                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                         props: {
                             res: "data",
                             url: "link",

--
Gitblit v1.9.3