Browse Source

修改内网ip

hongze 7 tháng trước cách đây
mục cha
commit
66d950d489
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/config.go

+ 1 - 1
utils/config.go

@@ -123,7 +123,7 @@ func init() {
 	fmt.Println("RunMode:", RunMode)
 	if RunMode == "" {
 		localIp, err := GetLocalIP()
-		if localIp == "10.0.0.123" {
+		if localIp == "172.19.173.235" {
 			RunMode = "debug"
 		} else {
 			RunMode = "release"