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/grid/gridman.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/grid/gridman.vue b/src/views/grid/gridman.vue
index e9216df..92c252b 100644
--- a/src/views/grid/gridman.vue
+++ b/src/views/grid/gridman.vue
@@ -20,7 +20,7 @@
 </template>
 
 <script>
-import { getList, remove, update, add, getGridman } from "@/api/grid/gridman"
+import { getList, remove, update, add, getGridman } from "@/ssoapi/grid/gridman"
 import { mapGetters } from "vuex"
 import website from '@/config/website'
 export default {
@@ -62,7 +62,7 @@
                         search: false,
                         type: "tree",
                         dataType: 'string',
-                        dicUrl: "/api/blade-system/region/tree",
+                        dicUrl: "/ssoapi/blade-system/region/tree",
                         props: {
                             label: "name",
                             value: "id",
@@ -88,7 +88,7 @@
                             value: "gridCode",
                         },
                         dicUrl:
-                            "/api/blade-grid/grid/getGridList?communityCode={{communityCode}}",
+                            "/ssoapi/blade-grid/grid/getGridList?communityCode={{communityCode}}",
                         rules: [
                             {
                                 required: true,
@@ -164,7 +164,7 @@
                         prop: "picUrl",
                         type: "upload",
                         listType: "picture-img",
-                        action: "/api/blade-resource/oss/endpoint/put-file-attach",
+                        action: "/ssoapi/blade-resource/oss/endpoint/put-file-attach",
                         propsHttp: {
                             res: "data",
                             url: "link",

--
Gitblit v1.9.3