支付接口调整
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<script >
|
||||
import { defineComponent, createVNode, ref, computed } from "vue";
|
||||
import { isEmail } from "@/tool/util";
|
||||
import { setCookie, getCookie, WriteCookie } from "@/tool/cookie";
|
||||
import { setCookie, getCookie, WriteCookie,clonAllCookie } from "@/tool/cookie";
|
||||
import payOrder from "@/component/Pay/payOrder.vue";
|
||||
import VerificationCodeInput from "@/component/LoginPage/verificationCodeInput.vue";
|
||||
import Habit from "@/component/Detail/habit.vue";
|
||||
@@ -280,7 +280,7 @@ export default defineComponent({
|
||||
});
|
||||
this.$router.replace("/login");
|
||||
}
|
||||
WriteCookie("token");
|
||||
// WriteCookie("token");
|
||||
// window.location.reload()
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user