main
黄海 11 months ago
parent d7769f1f7d
commit 274dba9876

@ -34,6 +34,7 @@ public class BaseController extends Controller {
public void index() {
String path = getRequest().getRequestURI();
System.out.println(path);
String serviceUrl = route(path); // 根据路径决定转发到哪个微服务
if (serviceUrl == null) {

Loading…
Cancel
Save