|
@@ -7,6 +7,13 @@
|
|
<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 src="<%= BASE_URL %>config.js"></script>
|
|
<script src="<%= BASE_URL %>config.js"></script>
|
|
|
|
+ <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
+ var Ip = returnCitySN['cip']
|
|
|
|
+ var cityname = returnCitySN['cname']
|
|
|
|
+ localStorage.setItem('Ip', Ip)
|
|
|
|
+ localStorage.setItem('cityname', cityname)
|
|
|
|
+ </script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<noscript>
|
|
<noscript>
|
|
@@ -14,6 +21,5 @@
|
|
</noscript>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<!-- built files will be auto injected -->
|
|
- <!-- <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script> -->
|
|
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|