I would like to ask the students who use vue, how to transfer values across domains, how do I link from one project to another, and how do I pass values when I jump to the page?

to integrate two vue projects without changing the configuration file, because there are many files with the same name of the two projects, it is difficult to synthesize a project, so choose to use the form of outer chain to make the project look like one, but there is no permission after the link, because there is no login, so what should you do when you want to link and pass some parameters at the same time?


can't you save the database or bring parameters to url?


location.href=xxxx.com?a=1&b=2 or localStorage

Menu