|
@@ -17,8 +17,8 @@ export default {
|
|
|
)
|
|
|
) {
|
|
|
// 移动端
|
|
|
- if (window.location.href.includes("/index.html#/")) {
|
|
|
- window.location.href = window.location.href.replace("/index.html#/", "mobile/index.html#/");
|
|
|
+ if (window.location.href.includes("https://cssbbwg.4dage.com")) {
|
|
|
+ window.location.href='https://cssbbwg.4dage.com/mobile/index.html#/Layout/Home'
|
|
|
setTimeout(() => {
|
|
|
location.reload(true);
|
|
|
}, 200);
|