|
@@ -8,7 +8,7 @@
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<title><%= webpackConfig.name %></title>
|
|
<title><%= webpackConfig.name %></title>
|
|
<script>
|
|
<script>
|
|
- if (document.domain.includes('wms')) {
|
|
|
|
|
|
+ if (document.domain.includes('wms') || document.domain.includes('daohe')) {
|
|
let Link = document.getElementsByTagName('link')[0]
|
|
let Link = document.getElementsByTagName('link')[0]
|
|
Link.href = `<%= BASE_URL %>favicon3.ico`
|
|
Link.href = `<%= BASE_URL %>favicon3.ico`
|
|
}
|
|
}
|