Commit 082c778d32d62f46dad24e8f9e4e9fc3e01431d4

Authored by zhangdaihao
1 parent 22f403b3

解决启动bug

ant-design-jeecg-vue/src/utils/axios.js
... ... @@ -33,5 +33,5 @@ const VueAxios = {
33 33 export {
34 34 VueAxios,
35 35 // eslint-disable-next-line no-undef
36   - instance as axios
  36 + // instance as axios
37 37 }
38 38 \ No newline at end of file
... ...