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/components/partyOrganizationMember.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/property/components/partyOrganizationMember.vue b/src/views/property/components/partyOrganizationMember.vue
index 26d6766..51110dc 100644
--- a/src/views/property/components/partyOrganizationMember.vue
+++ b/src/views/property/components/partyOrganizationMember.vue
@@ -32,9 +32,9 @@
<script>
import { mapGetters } from "vuex"
-import { add, getDetail, getList, remove, update } from "@/api/partyOrganization/partyOrganizationMember"
+import { add, getDetail, getList, remove, update } from "@/ssoapi/partyOrganization/partyOrganizationMember"
import { validatePhone } from "@/util/validate"
-import { getAllHouseHold, getDetatils as householdDetail } from "@/api/userHouse/list/houseHold"
+import { getAllHouseHold, getDetatils as householdDetail } from "@/ssoapi/userHouse/list/houseHold"
import func from "@/util/func"
import website from "@/config/website"
const labelWidth = 100
@@ -118,7 +118,7 @@
type: "select",
hide: true,
disabled: true,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=sex",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=sex",
dataType: "number",
props: {
label: "dictValue",
@@ -140,7 +140,7 @@
labelWidth: labelWidth,
prop: "cardType",
type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=cardType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=cardType",
props: {
label: "dictValue",
value: "dictKey",
@@ -158,7 +158,7 @@
labelWidth: labelWidth,
prop: "partyMemberType",
type: "select",
- dicUrl: "/api/blade-label/label/getLabelList?parentId=104",
+ dicUrl: "/ssoapi/blade-label/label/getLabelList?parentId=104",
props: {
label: "name",
value: "id",
@@ -175,7 +175,7 @@
labelWidth: labelWidth,
prop: "partyMemberPost",
type: "select",
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=partyMemberPost",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=partyMemberPost",
props: {
label: "dictValue",
value: "dictKey",
@@ -267,7 +267,7 @@
hide: true,
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',
@@ -319,7 +319,7 @@
span: 24,
component: "AvueUeditor",
options: {
- action: "/api/blade-resource/oss/endpoint/put-file",
+ action: "/ssoapi/blade-resource/oss/endpoint/put-file",
props: {
res: "data",
url: "link",
@@ -395,7 +395,7 @@
},
getUserList (param) {
- let dicUrl = `/api/blade-household/household/getAllHouseHold?name={{key}}®ionCode=${this.row.areaId}`
+ let dicUrl = `/ssoapi/blade-household/household/getAllHouseHold?name={{key}}®ionCode=${this.row.areaId}`
const column = this.findObject(this.option.column, "householdId")
column.dicUrl = dicUrl
},
--
Gitblit v1.9.3