Commit 062052ce authored by liaozan's avatar liaozan 🏀

chore: update request.js

parent 61a446be
...@@ -3,7 +3,7 @@ import {hideLoading, showLoading} from './loading' ...@@ -3,7 +3,7 @@ import {hideLoading, showLoading} from './loading'
const envDict = { const envDict = {
'development': 'http://localhost:8080', 'development': 'http://localhost:8080',
'production': 'http://192.168.36.27:8080' 'production': 'https://start.develop.schbrain.com'
} }
axios.defaults.baseURL = envDict[process.env.NODE_ENV] axios.defaults.baseURL = envDict[process.env.NODE_ENV]
......
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