1
jhzh
2025-04-01 4d2ee4be461972f828b71fd7753f472297c44fb6
src/request/http.js
@@ -89,11 +89,6 @@
const createAxios = (axiosType, { url, method, isLoading }, params) => {
  const axios = axiosType(isLoading);
  if (method.toLocaleLowerCase() === "get") {
    // var token;
    // if(local.get('token')){
    //     token=local.get('token')
    //     console.log('token',token)
    // }
    return axios.request({
      url,
      params: params ? params : {},