Commit edce4e92 authored by 罗超's avatar 罗超

1

parent ea04ee0f
...@@ -3,7 +3,7 @@ let host = '' ...@@ -3,7 +3,7 @@ let host = ''
if (process.env.NODE_ENV === "development") { if (process.env.NODE_ENV === "development") {
host = 'http://192.168.20.17:8014/api' host = 'http://192.168.20.17:8014/api'
} else { } else {
host = "https://mallapi.oytour.com" host = "https://mallapi.oytour.com/api"
} }
import Toast from '../wxcomponents/vant/toast/toast'; import Toast from '../wxcomponents/vant/toast/toast';
let request = (param) => { 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