用js进行页面跳转
window.location.replace('Home/index');
跳转后
http://localhost:1022/Home/index
在http://localhost:1022/UI 可以跳转成功
但http://localhost:1022/UI/home/index
会跳转到http://localhost:1022/UI/home/Home/index
我要跳转到http://localhost:1022/Home/index怎么做
百度搜html相对路径 了解下相信的路径相关知识.
你这个问题就是前面价格/改成('/Home/index');就好了
见鬼了,,没看你回复前 试了这么跳转都不行,,看了尼消息 居然跳转过去了
幫補充
應該是改成window.location.replace('/UI/Home/Index');