shish 6 年之前
父節點
當前提交
3e12ae0bed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/mobile/controllers/MainController.php

+ 1 - 1
app/mobile/controllers/MainController.php

@@ -28,7 +28,7 @@ class MainController extends PublicController
 				}
 			}
 		}
-		$host = 'http://mobile.huaml.com/';
+		$host = 'http://mobile.huaml.com/';//
 		return $this->renderPartial('index', ['host' => $host, 'token' => $token]);
 	}