diff --git a/api/dept.js b/api/dept.js new file mode 100644 index 0000000..0bcbf18 --- /dev/null +++ b/api/dept.js @@ -0,0 +1,8 @@ +import request from "../utils/request"; + +export const getDeptList = () => { + return request({ + method: 'get', + url: '/system/dept/list', + }) +} \ No newline at end of file diff --git a/components/LargeArea/LargeArea.vue b/components/LargeArea/LargeArea.vue new file mode 100644 index 0000000..7996fc0 --- /dev/null +++ b/components/LargeArea/LargeArea.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file