|
@@ -5,7 +5,7 @@ const DictDataUtil = {
|
|
import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dictData/queryByType/",
|
|
import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dictData/queryByType/",
|
|
dept_tree_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/orgTree",
|
|
dept_tree_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/orgTree",
|
|
dept_list_url:
|
|
dept_list_url:
|
|
- import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/parent/list",
|
|
|
|
|
|
+ import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/dept/list",
|
|
post_list_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/post/list",
|
|
post_list_url: import.meta.env.VITE_APP_BASE_API + "/api/v1/sys/post/list",
|
|
|
|
|
|
img_url: import.meta.env.VITE_APP_UPLOAD_URL,
|
|
img_url: import.meta.env.VITE_APP_UPLOAD_URL,
|