Skip to content

Commit bea26f9

Browse files
committed
#update:
1 parent 0fe33d8 commit bea26f9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/views/home/index.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,7 @@ export default class Dashboard extends Vue {
9090
lng: 105.5981367021484
9191
};
9292
93-
public mounted() {
94-
console.log("akflkasjf");
95-
this.$post(
96-
"Account/Login",
97-
JSON.stringify({
98-
username: "user",
99-
password: "user"
100-
})
101-
).then((res: any) => console.log(res));
102-
}
93+
public mounted() {}
10394
}
10495
</script>
10596

0 commit comments

Comments
 (0)