1
jhzh
2025-06-18 3cc464c397d2c4feb6241271b5de6f60c69ea8f2
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 : {},