它获取正确的 id 并转到 url ,但是页面 css 和 jquery 没有加载,因为 id 附加到 url-6ren">
gpt4 book ai didi

css - 在 laravel 中使用 href 在 url 中传递 id 时,css 不会加载

转载 作者:行者123 更新时间:2023-11-28 06:59:00 28 4
gpt4 key购买 nike

我用路由传递id,路由指向 Controller 。

<a href="{{URL::to('editShopKeeper/' . $shopkeeper->id . '/edit')}}">

它获取正确的 id 并转到 url ,但是页面 css 和 jquery 没有加载,因为 id 附加到 url。谁能帮我解决这个问题。

"NetworkError: 404 Not Found - http://localhost/fg/public/editShopKeeper/9/assets/icons/flags/flags.min.css" flags.min.css "NetworkError: 404 Not Found - http://localhost/fg/public/editShopKeeper/9/bower_components/uikit/css/uikit.almost-flat.min.css"

最佳答案

如果您的链接 href 属性不是以 / 开头,则路径是相对于您正在查看的 url。尝试将 css href 属性从 assets/icons/flags/flags.min.css 更改为 /assets/icons/flags/flags.min.css

关于css - 在 laravel 中使用 href 在 url 中传递 id 时,css 不会加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33343174/

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