gpt4 book ai didi

javascript - 是否可以从 VueJS 中的路由获取完整的 url(包括来源)?

转载 作者:行者123 更新时间:2023-12-04 11:26:54 28 4
gpt4 key购买 nike

在这个例子中:

const resolved = this.$router.resolve({
name: 'about'
})

console.log(resolved.route.path)

是否可以获得包含原点的路线?比如,如果 url 是 site.com/about ,代码将给出 /about ,所以我需要自己附加原点: window.location.origin + resolved.route.path .

最佳答案

不,不是来自路由器。

连路由器的 base 属性是相对于应用根目录的:

The base URL of the app. For example, if the entire single page application is served under /app/, then base should use the value "/app/".



$route.fullPath 也从应用根目录开始。文档将其描述为:

The full resolved URL including query and hash.

关于javascript - 是否可以从 VueJS 中的路由获取完整的 url(包括来源)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61153418/

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