|
@@ -25,8 +25,9 @@
|
|
|
<div id="app"></div>
|
|
|
<!-- built files will be auto injected -->
|
|
|
<script type="text/javascript">
|
|
|
- window.staticHost = 'http://10.230.26.15:8000/spfm';
|
|
|
- // window.staticHost = 'http://192.168.2.142:9600/';
|
|
|
+ // window.staticHost = 'http://10.230.26.15:8000/spfm'; // 正式
|
|
|
+ // window.staticHost = 'http://10.149.85.90:8000/spfm'; // 测试
|
|
|
+ window.staticHost = 'http://192.168.2.142:9600/';
|
|
|
</script>
|
|
|
</body>
|
|
|
|