|
@@ -25,7 +25,10 @@
|
|
|
qaPayment: 'https://qa-payment.kerryonvip.com',
|
|
|
};
|
|
|
}
|
|
|
-
|
|
|
+ const userAgent = window.navigator.userAgent.toLowerCase()
|
|
|
+ if(!/miniprogram/g.test(userAgent)) {
|
|
|
+ window.document.title = '临时停车'
|
|
|
+ }
|
|
|
</script>
|
|
|
<script>
|
|
|
// const debug = window.localStorage.getItem('H5_DEBUG');
|