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(({ export default defineComponent(({
setup(){ setup(){
const code: any = useRoute().query.code; const code: any = useRoute().query.code;
console.log(code)
alert(code) alert(code)
if(!code){ if(!code){
router.push("/") router.push("/")