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/process/maintenanceFundApply/handle.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/property/process/maintenanceFundApply/handle.vue b/src/views/property/process/maintenanceFundApply/handle.vue
index f9663e3..1dd2ecd 100644
--- a/src/views/property/process/maintenanceFundApply/handle.vue
+++ b/src/views/property/process/maintenanceFundApply/handle.vue
@@ -84,7 +84,7 @@
   import {
     historyFlowList,
     leaveDetail
-  } from "@/api/work/process"
+  } from "@/ssoapi/work/process"
 
   import {
     getList,
@@ -92,14 +92,14 @@
     update,
     add,
     getPropertyCapitalApply
-  } from "@/api/property/propertyCapitalApply"
+  } from "@/ssoapi/property/propertyCapitalApply"
   import {
     completeTask
-  } from "@/api/work/work"
+  } from "@/ssoapi/work/work"
   import website from '@/config/website'
   import {
     getLists
-  } from "@/api/discuss/topics"
+  } from "@/ssoapi/discuss/topics"
   import deitDiscussion from "../../components/deitDiscussion.vue"
 
   export default {
@@ -143,7 +143,7 @@
               searchSpan: 5,
               search: true,
               type: 'tree',
-              dicUrl: `/api/blade-district/district/getDistrictTree`,
+              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
               cascader: ['articleId'],
               props: {
                 label: "name",
@@ -295,7 +295,7 @@
               search: false,
               viewDisabled: false,
               type: 'select',
-              dicUrl: `/api/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
+              dicUrl: `/ssoapi/blade-article/article/getArticleByDistrictId?type=4&eventType=1&districtIdList={{districtId}}`,
               // slot: true,
               formslot: true,
               cascader: ['vote'],
@@ -377,7 +377,7 @@
                 name: "originalName",
                 url: "link"
               },
-              action: '/api/blade-resource/oss/endpoint/put-file-attach',
+              action: '/ssoapi/blade-resource/oss/endpoint/put-file-attach',
               rules: [{
                 required: true,
                 message: "请上传施工方案",

--
Gitblit v1.9.3