From bb5eb5e8abfcf248a9aff560b1e7108f4cfe516b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 09 九月 2022 13:07:20 +0800
Subject: [PATCH] up1
---
src/views/home/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 8287c01..6848560 100644
--- a/src/views/home/index.vue
+++ b/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)
})
}
--
Gitblit v1.8.0