Explorar el Código

修改,新增学车必看和考前须知样式7

JXDS18FUJT hace 2 años
padre
commit
cf68cf3b2e
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      src/api/index.ts

+ 1 - 4
src/api/index.ts

@@ -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'
             
         })