diff --git a/index.html b/index.html
index 5cbf881..90b5d9b 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,8 @@
-
+
-
飞天遇上航天
diff --git a/public/icon.png b/public/icon.png
new file mode 100644
index 0000000..c782eaa
Binary files /dev/null and b/public/icon.png differ
diff --git a/public/vite.svg b/public/vite.svg
deleted file mode 100644
index e7b8dfb..0000000
--- a/public/vite.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/service/index.js b/src/service/index.js
index acc46a6..8393d6e 100644
--- a/src/service/index.js
+++ b/src/service/index.js
@@ -21,7 +21,7 @@ const request = new Request({
},
//实例的响应拦截器
responseInterceptors: async (response) => {
-
+ console.log(response,'response')
if (response.data.status===1){
message.warning(response.data.msg||response.data.err)
}
diff --git a/src/views/vote/index.vue b/src/views/vote/index.vue
index 6fb1d58..762c0be 100644
--- a/src/views/vote/index.vue
+++ b/src/views/vote/index.vue
@@ -20,7 +20,13 @@ if(res.data.status===2){
})
}
if(res.status===401){
+ console.log('进来也拉')
cWxApi()
+/* fetch('https://appointteam.szjixun.cn/api/appointment/wx?notifyUrl=https%3A%2F%2Fkid-art-test.szjixun.cn%2Fvote%3Fuid%3Dede7a252-4e20-4ff6-bb8e-41fb56f82fce').then((res)=>{
+ console.log(res,'appointteamres')
+ }).catch((res)=>{
+ console.log('catch',res)
+ })*/
}
})