From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +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