摘要: import axios from 'axios' // login.hj.u2sy.cn改为login.test.u2sy.cn const url = 'http://login.test.u2sy.cn/dianshang/login/' // startDate=2020-01-01&end 阅读全文
posted @ 2021-06-02 17:08 zjxgdq 阅读(68) 评论(0) 推荐(0) 编辑
摘要: http-service页面 import axios from 'axios'; //拦截器 axios.interceptors.response.use(function (response) { // 对响应数据做点什么 if (response.status == 200) { retur 阅读全文
posted @ 2021-06-02 17:04 zjxgdq 阅读(109) 评论(0) 推荐(0) 编辑