English 中文(简体)
与加沙地带连接的维埃路线
原标题:Handling routing in Vue with Strip Connect s redirect link
问题回答

评论员 我没有回答这样坏男孩的问题。 回答:URL不是你可以进入浏览器的真正的URL,最后可以进入该页。 Vue路由器使用模拟的URLS,并将之作为自己方向的指南处理。 但是,它们不是网页,因为一个网络服务器想要它们,所以在你进入URL时,没有网页。 相比之下,加沙地带确实转向标准网页,这就要求网站服务器发现这一网页并能够上网。 为网站内容服务采用两种完全不同的方法。 这对单一页申请,特别是像VueJs那样的被动应用。 各种指导对我没有作用。

因此,加沙地带并不是这里的罪犯,尽管它造成了一种普遍存在于VueJS和Vue Liner的情况。 这份资料载于Vue Liner按超5历史模式编写的文件:hash Modeulates URL,而历史模式则需要改变VueRouter config,可能改为网络服务器(例如:http://d ,nginx,)和贵页。

这里的问题是: 由于我们的照片是单页的用户,没有适当的服务器配置,用户如果能够查阅,就会有404个错误。 直接投放他们的浏览器。 如今,情况令人沮丧。

我用审判和搜查办法解决了这一问题;错误是要说明如何允许加沙地带在仍然保持VueJs网页状态的同时进行再调整。 其结果是,由于加沙地带用GET号电话,包括我寄给我的VueJs号志索引.html的问询,然后收集了问询,检查了它是否来自加沙地带,如果是,它会增加警钟,供浏览国使用,然后使用Vue路由器去向我想要的网页。 在那之后,我就在座,从那后又回到伏伊茨邦和库邦。 这是一条轨道,但只有这样,我才能在客户方面工作,而不必对服务器进行安保控制。





相关问题
Nuxt 3 useRoute import cannot find

I am using latest nuxt version and when I tried to use the useRoute method is triggers a "Cannot Find name useRoute" but it works so I would like to know what could I be missing My package ...

Vue array dependent select not display data

I have dependent selection like this. Selection image when i console log, they have data but not render data in selection data This is what i ve tried. for Product selection has default selected value ...

How to inject Bearer Token in Axios boot file

Quasar has a different setup using boot files and my current axios.ts looks liek this: import { boot } from quasar/wrappers ; import axios, { AxiosInstance } from axios ; declare module @vue/...

Vue router and Vite Base url conflict

I use Vue Router to develop my single page application and use Vite to package my project. I want to deploy all static files (such as index.js and index.css) under another CDN domain name (cdn.example....

Vue.js change class on mounted

I have a button element with a .hover property and I need the hover animation to also happen as soon as the page is mounted. How can I attribute a class to a button on the mounted function and then ...

Laravel +Vuejs CORS issue

I am facing a dilemma wit the CORS issue. I have application that is configured as follow: API: https://abc.mydomain.com (laravel) front end: https://subdomain.mydomain.com(VueJS) Both applications ...

热门标签