它发生HTTP错误404.3 – 未找到
我像这样加载,
define [ 'hbs!./index' ],
我确认路径很好. (HTTP:// local_host:1460 /脚本/ JS /应用/索引/ index.hbs)
我是否需要在某处设置.hbs扩展名?
有人知道,请指教.
<system.webServer> ... <staticContent> <mimeMap fileExtension=".hbs" mimeType="text/x-handlebars-template" /> </staticContent> </system.webServer>