Browse Source

2022.6.28 11:43

ggooalice 2 năm trước cách đây
mục cha
commit
5e74d44c87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/config/index.js

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/config/index.js

@@ -2,7 +2,7 @@ var path = require('path')
 
 //  var ip = '127.0.0.1'
 // var ip = '47.100.37.243'
-// var ip = '192.168.2.30'
+// var ip = '192.168.2.7'
 
 var os = require('os'), ip = '', ifaces = os.networkInterfaces() // 获取本机ip
 for (var i in ifaces) {