diff --git a/cdTMP/src/api/project/singleProblem.js b/cdTMP/src/api/project/singleProblem.js new file mode 100644 index 0000000..19c1ba4 --- /dev/null +++ b/cdTMP/src/api/project/singleProblem.js @@ -0,0 +1,10 @@ +import { request } from "@/api/request" +export default { + getSingleProblem(params = {}) { + return request({ + url: "/project/getSingleProblem", + method: "get", + params + }) + } +} diff --git a/cdTMP/src/layout/components/navbar.vue b/cdTMP/src/layout/components/navbar.vue index a9c6a02..16642bc 100644 --- a/cdTMP/src/layout/components/navbar.vue +++ b/cdTMP/src/layout/components/navbar.vue @@ -2,7 +2,7 @@