up1
chenyc
2022-09-09 bb5eb5e8abfcf248a9aff560b1e7108f4cfe516b
up1
1个文件已修改
2 ■■■ 已修改文件
src/views/home/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue
@@ -22,7 +22,7 @@
        const queryInfo=router.query
        const {code}=queryInfo
        if (code){
            ajaxGet('wechat/code',`code=${code}`).then((re:any)=>{
            ajaxGet('wechat/code',{code}).then((re:any)=>{
                console.log(re)
            })
        }