Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的登录页面SyntaxError: syntax error <!DOCTYPE html>上有 5 个 js 文件的错误,当我检查这些文件时,我发现它们位于非公共目录中。
SyntaxError: syntax error <!DOCTYPE html>
如何忽略登录页面上的这些文件或仅为这 5 个文件添加授权?
谢谢
你可以做几件事:
如果您需要登录页面上的文件:
如果您在登录页面上不需要它们:
如果用户未通过身份验证,请确保您不引用文件。您认为的示例:
@{ if (User.Identity.IsAuthenticated){ <text><script src="..." /></text> } }