后台教程

This commit is contained in:
2025-03-05 14:31:22 +08:00
parent d2d4c2974e
commit 24880e62ad
9 changed files with 48 additions and 19 deletions

View File

@@ -61,7 +61,7 @@ export class Account {
export class Tutorial {
static async list() {
const res = await http.get("/tutorial/")
const res = await http.get("/tutorial/list")
return res.data
}