|
@@ -0,0 +1,43 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
|
+ <title>市场经营管理平台</title>
|
|
|
+ <script src="static/js/crypoto-js.js"></script>
|
|
|
+
|
|
|
+ <link rel='xlsx' href='./static/a.xlsx' />
|
|
|
+ <link rel='xlsx' href='./static/b.xlsx' />
|
|
|
+ <link rel='xlsx' href='./static/c.xlsx' />
|
|
|
+ <link rel='pptx' href='./static/d.pptx' />
|
|
|
+ <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' />
|
|
|
+ <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>
|
|
|
+ <noscript>
|
|
|
+ <strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to
|
|
|
+ continue.</strong>
|
|
|
+ </noscript>
|
|
|
+ <div id="app"></div>
|
|
|
+ <!-- built files will be auto injected -->
|
|
|
+ <script type="text/javascript">
|
|
|
+ // window.staticHost = 'http://10.230.26.15:8000/mkt'; // 正式
|
|
|
+ window.staticHost = 'http://10.149.85.91:8000/spfm'; // 测试
|
|
|
+ // window.staticHost = 'http://192.168.0.103:9600/';
|
|
|
+ // window.staticHost = 'http://43.138.50.94:9600/';
|
|
|
+
|
|
|
+ // document.title = "hello";
|
|
|
+ </script>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|