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/system/post.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/system/post.vue b/src/views/system/post.vue
index 68deabc..830f47b 100644
--- a/src/views/system/post.vue
+++ b/src/views/system/post.vue
@@ -17,7 +17,7 @@
</template>
<script>
-import { getList, getDetail, add, update, remove } from "@/api/system/post"
+import { getList, getDetail, add, update, remove } from "@/ssoapi/system/post"
import { mapGetters } from "vuex"
import website from "@/config/website"
@@ -49,7 +49,7 @@
label: "所属租户",
prop: "tenantId",
type: "tree",
- dicUrl: "/api/blade-system/tenant/select",
+ dicUrl: "/ssoapi/blade-system/tenant/select",
addDisplay: false,
editDisplay: false,
viewDisplay: website.tenantMode,
@@ -69,7 +69,7 @@
label: "岗位类型",
prop: "category",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=post_category",
+ dicUrl: "/ssoapi/blade-system/dict/dictionary?code=post_category",
props: {
label: "dictValue",
value: "dictKey"
--
Gitblit v1.9.3