gpt4 book ai didi

ember.js - Ember 可以处理到单个资源的多个路由吗?

转载 作者:行者123 更新时间:2023-12-02 05:44:46 24 4
gpt4 key购买 nike

我想通过 usernameuser_id 在我的网络应用程序上显示个人资料页面。我尝试了以下但没有成功,有什么想法吗?

MyApplication.Router.map(function () {

this.resource('user', { path: '/user' }, function () {
this.resource('profile', {path: '/profile/id/:user_id'});
this.resource('profile', {path: '/profile/:user_username'});
});

this.resource('notFound', {path: '/notfound'});
});

最佳答案

看来 Ember 真的不应该以这种方式使用。我已通读问题 551571Embers Github .我认为最好坚持按 ID 显示用户,以避免违反框架。

关于ember.js - Ember 可以处理到单个资源的多个路由吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19270257/

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