refactor: 接口端口和路径调整

This commit is contained in:
Ray.Hao
2025-12-08 08:01:41 +08:00
parent 5ca52dd959
commit 7e3466de0c
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import request from "@/utils/request";
const CONFIG_BASE_URL = "/api/v1/config";
const CONFIG_BASE_URL = "/api/v1/configs";
const ConfigAPI = {
/** 获取配置分页数据 */

View File

@@ -1,6 +1,6 @@
import request from "@/utils/request";
const DEPT_BASE_URL = "/api/v1/dept";
const DEPT_BASE_URL = "/api/v1/depts";
const DeptAPI = {
/** 获取部门树形列表 */