Open ycg520520 opened 5 years ago
eg: app -> index.html, h5.html index.html:
if(isMobile){ window.location.href = './h5.html' }else{ window.location.href = './pc.html' }
error URL: isMobile(http://localhost/app => http://localhost/h5.html) right URL: http://localhost/app/ => http://localhost/app/h5.html
eg: app -> index.html, h5.html index.html:
error URL: isMobile(http://localhost/app => http://localhost/h5.html) right URL: http://localhost/app/ => http://localhost/app/h5.html