|
@@ -19,8 +19,8 @@ export default {
|
|
|
// 移动端
|
|
|
} else {
|
|
|
// PC端
|
|
|
- if (window.location.href.includes("shouBoM/index.html#/")) {
|
|
|
- window.location.href = window.location.href.replace("shouBoM/index.html#/", "shouBo/main.html#/");
|
|
|
+ if (window.location.href.includes("mobile/index.html#/")) {
|
|
|
+ window.location.href = window.location.href.replace("mobile/index.html#/", "index.html#/");
|
|
|
setTimeout(() => {
|
|
|
location.reload(true);
|
|
|
}, 1000);
|