|
@@ -65,11 +65,9 @@ export default defineComponent({
|
|
|
class="home__back"
|
|
|
src={BackIcon}
|
|
|
onClick={() => {
|
|
|
- if (window.history.length > 1) {
|
|
|
- window.history.back();
|
|
|
- } else {
|
|
|
- window.location.href = 'https://houseoss.4dkankan.com/project/syjy/mobile/index.html';
|
|
|
- }
|
|
|
+ window.location.href = `https://houseoss.4dkankan.com/project/syjy/${
|
|
|
+ window.browser.isMobile() ? 'mobile' : 'pc'
|
|
|
+ }/index.html#/exhibition`;
|
|
|
}}
|
|
|
/>
|
|
|
|