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/done.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/property/components/done.vue b/src/views/property/components/done.vue
index d5901aa..019bddf 100644
--- a/src/views/property/components/done.vue
+++ b/src/views/property/components/done.vue
@@ -30,7 +30,7 @@
   } from "vuex"
   import {
     doneList
-  } from "@/api/work/work"
+  } from "@/ssoapi/work/work"
   import {
     flowCategory,
     flowRoute
@@ -78,7 +78,7 @@
               label: "流程分类",
               type: "select",
               row: true,
-              dicUrl: "/api/blade-system/dict/dictionary?code=flow",
+              dicUrl: "/ssoapi/blade-system/dict/dictionary?code=flow",
               props: {
                 label: "dictValue",
                 value: "dictKey"
@@ -103,7 +103,7 @@
               searchSpan: 5,
               // search: true,
               type: 'tree',
-              dicUrl: `/api/blade-district/district/getDistrictTree`,
+              dicUrl: `/ssoapi/blade-district/district/getDistrictTree`,
               props: {
                 label: "name",
                 value: "id"

--
Gitblit v1.9.3