Commit ce6bbf99 authored by zhengke's avatar zhengke

修改

parent b62a2913
let host = 'http://192.168.20.17:8017/api'
if (process.env.NODE_ENV === "development") {
host = 'http://192.168.20.17:8017/api'
// host = 'http://192.168.20.17:8017/api'
host = 'http://192.168.20.24:8300/api'
} else {
host = 'http://192.168.20.17:8017/api'
host = 'https://eduapi.oytour.com/api'
}
import Toast from '../wxcomponents/vant/toast/toast';
let request = (param) => {
......
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