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

diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue
index 40e3238..12e6b6c 100644
--- a/src/views/authority/apiscope.vue
+++ b/src/views/authority/apiscope.vue
@@ -44,14 +44,14 @@
     update,
     getLazyMenuList,
     getMenu
-} from "@/api/system/menu"
+} from "@/ssoapi/system/menu"
 import {
     addApiScope,
     removeApiScope,
     updateApiScope,
     getListApiScope,
     getMenuApiScope
-} from "@/api/system/scope"
+} from "@/ssoapi/system/scope"
 import { mapGetters } from "vuex"
 import iconList from "@/config/iconList"
 
@@ -121,7 +121,7 @@
                         label: "上级菜单",
                         prop: "parentId",
                         type: "tree",
-                        dicUrl: "/api/blade-system/menu/tree",
+                        dicUrl: "/ssoapi/blade-system/menu/tree",
                         hide: true,
                         props: {
                             label: "title"
@@ -316,7 +316,7 @@
                     {
                         label: "接口类型",
                         type: "select",
-                        dicUrl: "/api/blade-system/dict/dictionary?code=api_scope_type",
+                        dicUrl: "/ssoapi/blade-system/dict/dictionary?code=api_scope_type",
                         props: {
                             label: "dictValue",
                             value: "dictKey"

--
Gitblit v1.9.3