|
@@ -54,7 +54,7 @@ function getQuery() {
|
|
|
window.onload = function () {
|
|
|
//window.scrollBy(0, 1);
|
|
|
if (screen.width >= 901) {
|
|
|
- window.location.href = `../index_designerList.html?cid=${cid}`;
|
|
|
+ window.location.href = `./index_designerList.html?cid=${cid}`;
|
|
|
}
|
|
|
userAgent = navigator.userAgent;
|
|
|
detectBrowser(userAgent);
|