@@ -46,10 +46,7 @@ const api = {
markdown(name:string){
return request({
url:`https://nbjk-h5.zzxcx.net/markdown/${name}.json`,
- method:'get',
- headers: {
- isLogin: "1",
- }
+ method:'get'
})