|
@@ -13,8 +13,8 @@ import './index.syjy.scss';
|
|
|
|
|
|
// @ts-ignore
|
|
|
window.hoticon = {
|
|
|
- default: '/images/syjy/icon-hot-min.png',
|
|
|
- higt: '/images/syjy/icon-hot-min.png',
|
|
|
+ default: '/images/syjy/icon-hot.png',
|
|
|
+ higt: '/images/syjy/icon-hot1-min.png',
|
|
|
};
|
|
|
|
|
|
export default defineComponent({
|
|
@@ -44,7 +44,11 @@ export default defineComponent({
|
|
|
class="home__back"
|
|
|
src={BackIcon}
|
|
|
onClick={() => {
|
|
|
- window.location.href = 'https://houseoss.4dkankan.com/project/GDHCYL/home/index.html';
|
|
|
+ if (window.history.length > 1) {
|
|
|
+ window.history.back();
|
|
|
+ } else {
|
|
|
+ window.location.href = 'https://houseoss.4dkankan.com/project/syjy/mobile/index.html';
|
|
|
+ }
|
|
|
}}
|
|
|
/>
|
|
|
|