gpt4 book ai didi

backbone.js - Backbone 路由器需要忽略 "index.html"

转载 作者:行者123 更新时间:2023-12-04 05:38:44 26 4
gpt4 key购买 nike

我无法修改服务器的 htaccess 并想使用 Backbone 路由器。
问题是我被 url (index.html) 中的静态 html 文件卡住了

如何让 Backbone 忽略 index.html?

提前致谢。

var Router = Backbone.Router.extend({
routes : {
"page-one" : "pageOne"
},
pageOne : function(){},
pageTwo : function(){},
pageThree : function(){}
});

scn.router = new Router();

Backbone.history.start({root: "/Backbone/index.html"});

我有 pushState,我不需要。这就是问题所在。暂时。

最佳答案

pushState 是问题所在。我把它关掉,然后我的问题就解决了。

关于backbone.js - Backbone 路由器需要忽略 "index.html",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11568162/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com