From 82aee9ab5ecfb3e70ee18ff9d3195ae73294e549 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期一, 23 十月 2023 13:04:54 +0800 Subject: [PATCH] 共用api地址统一管理 --- admin-web/src/api/commonsApi.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/admin-web/src/api/commonsApi.js b/admin-web/src/api/commonsApi.js new file mode 100644 index 0000000..d282bc2 --- /dev/null +++ b/admin-web/src/api/commonsApi.js @@ -0,0 +1,9 @@ +export const commonsApi = { + + //cascader缁勪欢鎵�鐢ㄧ粍缁囨満鏋勬爲api + cascader_dept_tree:"/admin/component/dept_tree", + + //鏁版嵁瀛楀吀涓嬫媺绫� + data_dict:"/admin/component/data_dict", + +}; -- Gitblit v1.9.1