mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
fix: CORS
This commit is contained in:
parent
94ef0934a5
commit
e169ee19e2
3 changed files with 16 additions and 0 deletions
|
|
@ -93,6 +93,7 @@
|
|||
<script>
|
||||
import NProgress from "nprogress";
|
||||
import { loginWithPhone, loginWithEmail } from "@/api/auth";
|
||||
import { setCookies } from "@/utils/auth";
|
||||
import md5 from "crypto-js/md5";
|
||||
import { mapMutations } from "vuex";
|
||||
|
||||
|
|
@ -183,6 +184,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
if (data.code === 200) {
|
||||
setCookies(data.cookie);
|
||||
this.updateData({ key: "user", value: data.profile });
|
||||
this.updateData({ key: "loginMode", value: "account" });
|
||||
this.$router.push({ path: "/library" });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue