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/userHouse/components/retalInfo.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/userHouse/components/retalInfo.vue b/src/views/userHouse/components/retalInfo.vue
index b297345..06a620f 100644
--- a/src/views/userHouse/components/retalInfo.vue
+++ b/src/views/userHouse/components/retalInfo.vue
@@ -33,10 +33,10 @@
     holdUpdate,
     getHoldList,
     updatePlaceExt,
-} from "@/api/place/place"
+} from "@/ssoapi/place/place"
 import {
     getPlaceList
-} from "@/api/doorplateAddress/doorplateAddress"
+} from "@/ssoapi/doorplateAddress/doorplateAddress"
 import website from "@/config/website"
 
 
@@ -44,18 +44,18 @@
 import {
     getList as getHouseList,
     getDetatil as getHouseDetail
-} from "@/api/userHouse/list/house.js"
+} from "@/ssoapi/userHouse/list/house.js"
 
 import {
     getDetatil,
     updateInfo,
     add as addHouseRental
-} from "@/api/userHouse/list/houseRental.js"
+} from "@/ssoapi/userHouse/list/houseRental.js"
 
 
 import {
     getList as getHouseholdList,
-} from "@/api/userHouse/list/houseHold.js"
+} from "@/ssoapi/userHouse/list/houseHold.js"
 
 
 
@@ -225,7 +225,7 @@
                         search: true,
                         dataType: "number",
                         width: 100,
-                        dicUrl: "/api/blade-system/dict-biz/dictionary?code=rentalUseType",
+                        dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=rentalUseType",
                         props: {
                             label: "dictValue",
                             value: "dictKey",
@@ -318,7 +318,7 @@
                         width: 80,
                         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",
@@ -360,7 +360,7 @@
                     listType: "picture-card",
                     dataType: "string",
                     multiple: true,
-                    action: "/api/blade-resource/oss/endpoint/put-file",
+                    action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                     propsHttp: {
                         res: "data",
                         name: "name",
@@ -377,7 +377,7 @@
                     listType: "picture-card",
                     dataType: "string",
                     multiple: true,
-                    action: "/api/blade-resource/oss/endpoint/put-file",
+                    action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                     propsHttp: {
                         res: "data",
                         name: "name",
@@ -456,7 +456,7 @@
                 //     label: "关系",
                 //     prop: "relationship",
                 //     type: "select",
-                //     dicUrl: "/api/blade-system/dict-biz/dictionary?code=roleRelation",
+                //     dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=roleRelation",
                 //     dataType: "number",
                 //     props: {
                 //         label: "dictValue",

--
Gitblit v1.9.3