Commit e21945d8 authored by 任建锋's avatar 任建锋

--

parent df20e3c2
......@@ -5,9 +5,9 @@
export let API_HOST;
if (process.env.NODE_ENV === 'development') {
//API_HOST = 'http://10.10.95.74:7777';
API_HOST = 'http://10.10.94.134:7777';
//API_HOST = 'http://10.10.94.134:7777';
//API_HOST = 'http://localhost:3002';
//API_HOST = window.__data.apiHost;
API_HOST = window.__data.apiHost;
} else {
API_HOST = window.__data.apiHost;
}
......
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