Closed gongzunyang closed 1 year ago
Failed to fetch. Possible Reasons:
CORS Network Failure URL scheme must be "http" or "https" for CORS request. 报这样的错是怎么回事啊
跨域了。 初始化rest的时候Cors就可以了。。 rest.MustNewServer(c, rest.WithCors("*"))
rest.MustNewServer(c, rest.WithCors("*"))
Failed to fetch. Possible Reasons:
CORS Network Failure URL scheme must be "http" or "https" for CORS request. 报这样的错是怎么回事啊