Commit 7bcabbd9 by 韩达

local env

parent 45b725f2
Showing with 2 additions and 2 deletions
...@@ -16,8 +16,8 @@ export let NODE_ENVS_MSG = "/";//消息系统 ...@@ -16,8 +16,8 @@ export let NODE_ENVS_MSG = "/";//消息系统
switch (envs) { switch (envs) {
case 'development': case 'development':
//开发环境 //开发环境
// NODE_ENVS = 'http://cloud.liexindev.net'; NODE_ENVS = 'http://cloud.liexindev.net';
NODE_ENVS = 'http://cloud.hd.liexinlocal.com'; // NODE_ENVS = 'http://cloud.hd.liexinlocal.com';
NODE_ENVS_MSG = 'http://192.168.1.252:16543'; NODE_ENVS_MSG = 'http://192.168.1.252:16543';
break; break;
case 'test': case 'test':
......
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 sign in to comment