Commit 5d4ca1d6 authored by aoobao's avatar aoobao

fix: env url

parent 3d94c3c2
...@@ -8,7 +8,7 @@ import { ...@@ -8,7 +8,7 @@ import {
} from '@/assets/js/utils' } from '@/assets/js/utils'
let baseAxios = axios.create({ let baseAxios = axios.create({
baseURL: env.URL, baseURL: env.url,
// headers: { // headers: {
// 'Content-Type': 'application/x-www-form-urlencoded' // 'Content-Type': 'application/x-www-form-urlencoded'
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment