dist #271

Merged
theluyuan merged 2 commits from xbx into master 2020-12-15 06:25:10 +00:00
Showing only changes of commit bf21a73598 - Show all commits

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("/")