|
@@ -15,6 +15,8 @@
|
|
|
<link rel='stylesheet' href='/static/js/luckysheet/plugins/plugins.css' />
|
|
|
<link rel='stylesheet' href='/static/js/luckysheet/css/luckysheet.css' />
|
|
|
<link rel='stylesheet' href='/static/js/luckysheet/assets/iconfont/iconfont.css' />
|
|
|
+
|
|
|
+ <script src="/static/js/ace.js"></script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@@ -27,7 +29,7 @@
|
|
|
<script type="text/javascript">
|
|
|
window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
|
|
|
// window.staticHost = 'http://10.149.85.90:8000/spfm'; // 测试
|
|
|
- // window.staticHost = 'http://192.168.0.103:9600/';
|
|
|
+ // window.staticHost = 'http://124.223.66.248:9600/';
|
|
|
// window.staticHost = 'http://192.168.2.142:9600/';
|
|
|
|
|
|
// document.title = "hello";
|