You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
627 B
1 line
627 B
import{t as e}from"./axios-CiYFffbI.js";var t=`szkp_h5_verify_token`,n=e.create({baseURL:`http://szkp-map.ali251.langye.net/api`,timeout:2e4});n.interceptors.request.use(e=>{let n=localStorage.getItem(t);return n&&(e.headers.Authorization=`Bearer ${n}`),e}),n.interceptors.response.use(e=>e,e=>{let n=e?.response?.status;if(n===401||n===403){localStorage.removeItem(t);let e=window.location.pathname||``;e.includes(`/m/verify`)?window.location.replace(`${window.location.origin}/m/verify/login`):e.includes(`/verify`)&&window.location.replace(`${window.location.origin}/h5/verify/login`)}return Promise.reject(e)});export{n,t}; |