|
@@ -10,7 +10,7 @@
|
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
|
</title> -->
|
|
|
<title>
|
|
|
- <%= webpackConfig.name %>
|
|
|
+ 临时停车
|
|
|
</title>
|
|
|
<script>
|
|
|
// CONFIGURATIONS_PLACEHOLDER
|
|
@@ -27,7 +27,7 @@
|
|
|
}
|
|
|
const userAgent = window.navigator.userAgent.toLowerCase()
|
|
|
if(!/miniprogram/g.test(userAgent)) {
|
|
|
- window.document.title = '临时停车'
|
|
|
+ document.getElementsByTagName('title')[0].innerText= '临时停车'
|
|
|
}
|
|
|
</script>
|
|
|
<script>
|