Commit 5d4ca1d6 authored by aoobao's avatar aoobao

fix: env url

parent 3d94c3c2
......@@ -8,7 +8,7 @@ import {
} from '@/assets/js/utils'
let baseAxios = axios.create({
baseURL: env.URL,
baseURL: env.url,
// headers: {
// '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