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/propertyCharge.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/property/propertyCharge.vue b/src/views/property/propertyCharge.vue
index f7f429f..cf17d32 100644
--- a/src/views/property/propertyCharge.vue
+++ b/src/views/property/propertyCharge.vue
@@ -18,7 +18,7 @@
add,
update,
remove
- } from "@/api/property/propertyCharge"
+ } from "@/ssoapi/property/propertyCharge"
import website from "@/config/website"
import func from "@/util/func"
import {
@@ -66,7 +66,7 @@
labelWidth: labelWidth,
prop: "propertyId",
checkStrictly: true,
- dicUrl: "/api/blade-propertyCompany/propertyCompany/getPropertyCompanyList",
+ dicUrl: "/ssoapi/blade-propertyCompany/propertyCompany/getPropertyCompanyList",
props: {
label: "name",
value: "deptId",
@@ -87,7 +87,7 @@
labelWidth: labelWidth,
prop: "payType",
checkStrictly: true,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=payType",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=payType",
props: {
label: "dictValue",
value: "dictKey",
@@ -118,7 +118,7 @@
labelWidth: labelWidth,
prop: "calculationFormula",
checkStrictly: true,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=payCalculationFormula",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=payCalculationFormula",
props: {
label: "dictValue",
value: "dictKey",
@@ -148,7 +148,7 @@
placeholder: "几个月收费一次",
prop: "payPeriod",
checkStrictly: true,
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=payPeriod",
+ dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=payPeriod",
props: {
label: "dictValue",
value: "dictKey",
--
Gitblit v1.9.3