Commit 03386b22 authored by tywldx's avatar tywldx

change debug

parent a221bba8
...@@ -34,8 +34,9 @@ function getIp() { ...@@ -34,8 +34,9 @@ function getIp() {
getIp(); getIp();
console.log("配置文件获取IP",ip) console.log("配置文件获取IP",ip)
let vhost = {}; let vhost = {};
if(env == "debug"){ if(env == "debug"){
ip = "127.0.0.1" ip = "192.168.4.27"
} }
vhost[ip] = 'blackPearl'; vhost[ip] = 'blackPearl';
......
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