window.location.href相对路径疑问
来源:4-5 通用提示功能,验证功能封装(手机号验证,邮箱格式验证,非空验证功能)
ofeliaLee
2019-04-13
goHome: function () {
window.location.href = './index.html';
}
老师你好,这块的相对路径是根据哪个文件的位置做判断的?有点蒙
写回答
1回答
-
Rosen
2019-04-13
就是当前层级,加入开发时候你所在/dist/view/login.html,那./index.html就是/dist/view/index.html,如果是线上happymmall.com/login.html,那相对路径就是happymmall.com/index.html
00
相似问题