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

diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue
index 35d0baa..0d64659 100644
--- a/src/views/work/todo.vue
+++ b/src/views/work/todo.vue
@@ -33,7 +33,7 @@
 } from "vuex"
 import {
     todoList
-} from "@/api/work/work"
+} from "@/ssoapi/work/work"
 import {
     flowCategory,
     flowRoute
@@ -81,7 +81,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"
@@ -106,7 +106,7 @@
                         prop: "districtId",
                         // 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