Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Dec 14, 2024
1 parent fd15f95 commit 1aabf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/projectlist/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default {
async getProjectList() {
this.lists = (
await request({
url: "/projectlist/user/" + this.localuser.user.userid,
url: `/projectlist/user/${this.localuser.user.userid}`,
method: "get",
})
).data;
Expand Down

0 comments on commit 1aabf54

Please sign in to comment.