diff --git a/client/src/api/todos.js b/client/src/api/todos.js new file mode 100644 index 0000000..02d945e --- /dev/null +++ b/client/src/api/todos.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' + +export function getRecordtodos() { + return request({ + url: '/supervision/record/todos/', + method: 'get' + }) + } \ No newline at end of file diff --git a/client/src/layout/components/Navbar.vue b/client/src/layout/components/Navbar.vue index 62ac3ea..efc0ac3 100644 --- a/client/src/layout/components/Navbar.vue +++ b/client/src/layout/components/Navbar.vue @@ -19,9 +19,9 @@ 首页 - + - 修改密码 + 个人中心