commit
This commit is contained in:
@@ -152,6 +152,14 @@
|
||||
Vue.prototype.$axios = commonUtil.axiosService()
|
||||
Vue.prototype.$downLoad = commonUtil.downLoadService
|
||||
</script>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
if (window.innerWidth < 768 && location.pathname === '/platform/home') {
|
||||
window.location.replace('/mobile/index');
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="gallery-loader" style="background-color:transparent;">
|
||||
|
||||
Reference in New Issue
Block a user