This commit is contained in:
2020-12-15 14:23:23 +08:00
parent 23020a0512
commit bf21a73598

View File

@@ -19,7 +19,6 @@ import { useRoute } from "vue-router";
export default defineComponent(({
setup(){
const code: any = useRoute().query.code;
console.log(code)
alert(code)
if(!code){
router.push("/")