|
@@ -8,7 +8,7 @@
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
<title>业务服务工作台</title>
|
|
|
<script src="static/js/crypoto-js.js"></script>
|
|
|
-
|
|
|
+
|
|
|
<script src="/static/js/luckysheet/plugins/js/plugin.js"></script>
|
|
|
<script src="/static/js/luckysheet/luckysheet.umd.js"></script>
|
|
|
<link rel='stylesheet' href='/static/js/luckysheet/plugins/css/pluginsCss.css' />
|
|
@@ -25,9 +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://10.230.26.15:8000/spfm'; // 正式
|
|
|
// window.staticHost = 'http://10.149.85.90:8000/spfm'; // 测试
|
|
|
- window.staticHost = 'http://192.168.0.103:9600/';
|
|
|
+ // window.staticHost = 'http://192.168.0.103:9600/';
|
|
|
// window.staticHost = 'http://192.168.2.142:9600/';
|
|
|
</script>
|
|
|
</body>
|