123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="icon" type="image/x-icon" href="favicon.ico"/>
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <meta name="format-detection" content="telephone=no"/>
- <meta name="format-detection" content="email=no"/>
- <!-- <script src="http://skyforest.static.elab-plus.com/js/jquery.min.js"></script>
- <script src="http://skyforest.static.elab-plus.com/weixin/jweixin-1.3.2.js"></script> -->
- <script src="./static/jquery.min.js"></script>
- <script src="./static/jweixin-1.3.2.js"></script>
- <link rel="stylesheet" href="https://at.alicdn.com/t/font_615890_cc2iq2jmsqqwipb9.css">
- <title></title>
- <style rel="stylesheet" src="/assets/common.scss"></style>
- </head>
- <script>
- console.log(wx,'[[[[[')
- if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
- window.getWidth= function(){
- if(window.innerWidth!= undefined){
- return window.innerWidth;
- }
- else{
- var B= document.body, D= document.documentElement;
- return B==null?D.clientWidth:Math.min(D.clientWidth, B.clientWidth);
- }
- }
- document.documentElement.style.fontSize = 100 * window.getWidth() / 750 + 'px';
- addEventListener('load', function() {
- var _wid=window.getWidth();
- document.documentElement.style.fontSize =100 * _wid / 750 + 'px'
- setTimeout(function(){
- document.documentElement.style.fontSize =100 * _wid / 750 + 'px'
- window.unit =100 * _wid / 750;
- var e = document.createEvent('Event');
- e.initEvent('adjustReady', true, true);
- window.dispatchEvent(e);
- }, 480);
- })
- addEventListener('orientationchange', function() {
- var _wid=window.getWidth();
- setTimeout(function(){
- document.documentElement.style.fontSize =100 * _wid / 750 + 'px'
- }, 480)
- });
- window.addEventListener('pageshow',function(event){
- console.log(event.persisted)
- if(event.persisted){
- location.reload()
- }
- })
- }
- var env = 'prod';
- if(env==='test'){
- if(location.href.indexOf('https')==0){
- WEB_CONF={
- open_api:'https://examopenapi.elab-plus.com',
- im_url:'https://test-skyforest.elab-plus.com',
- uploadUrl:'http://139.196.5.59:7000', //文件上传
- api_url:'https://test-factory.elab-plus.com',//測試
- verify_url:'https://test-factory.elab-plus.com',//測試验证码
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }
- else{
- WEB_CONF={
- open_api:'http://139.196.5.59:3001',
- im_url:'http://139.196.5.59:9005',
- uploadUrl:'http://139.196.5.59:7000', //文件上传
- api_url:'http://test-factory.elab-plus.com',//測試
- verify_url:'http://139.196.5.59:9006',//測試验证码
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }
- console.log("***test***",WEB_CONF)
- }else if(env==='dev'){
- WEB_CONF={
- open_api:'http://139.196.5.59:3001',
- im_url:'http://139.196.5.59:9005',
- uploadUrl:'http://192.168.0.14:7000', //文件上传
- api_url:'http://192.168.0.14:9006',//开发
- verify_url:'http://139.196.5.59:9006',//測試验证码
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }else if(env==='uat'){
- WEB_CONF={
- open_api:'http://139.196.5.82:3001',
- uploadUrl:'http://139.196.5.82:7000',
- im_url:'http://139.196.5.82:9005',
- //文件上传
- api_url:'http://139.196.5.82:9006',//堡垒
- verify_url:'http://139.196.5.82:9006',//堡垒验证码
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }else{
- if(location.href.indexOf('https')==0){
- WEB_CONF={
- open_api:'https://openapi.elab-plus.com',
- api_url:'https://factory.elab-plus.com',
- im_url:'https://skyforest.elab-plus.com',
- verify_url:'https://factory.elab-plus.com',
- uploadUrl:'http://139.196.6.132:7000', //文件上传
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }
- else{
- WEB_CONF={
- open_api:'http://openapi.elab-plus.com',
- api_url:'http://factory.elab-plus.com',
- im_url:'http://skyforest.elab-plus.com',
- verify_url:'http://factory.elab-plus.com',
- uploadUrl:'http://139.196.6.132:7000', //文件上传
- qrcode:"https://m.elab-plus.com/"//生成二维码
- }
- }
- }
- </script>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- <!-- <script src="vconsole.min.js"></script> -->
- <!-- <script src="//res.wx.qq.com/open/js/jweixin-1.2.0.js"></script> -->
- <!-- <script src="http://skyforest.static.elab-plus.com/weixin/jweixin-1.3.2.js"></script>
- <script src="http://skyforest.static.elab-plus.com/js/jquery.min.js"></script> -->
- <script type="text/javascript">
- </script>
- <style>
- .el-table{
- font-size: 12px;
- }
- .el-table tr{
- box-shadow: inset 0 -1px 0 0 #CCCCCC;
- }
- .el-table tr:hover{
- background: #EFF6FF;
- }
- .has-gutter tr,.has-gutter th{
- background-color: #f4f4f4;
- }
- .el-table_1_column_9,.el-table_1_column_10{
- text-align: center;
- }
- .el-table__body-wrapper{
- overflow: visible;
- }
- .el-table td{
- position: static;
- }
- .el-table td p{
- margin:0;
- }
- .el-table td input{
- border:none;
- background-color: transparent;
- padding:0;
- }
- .el-table__row span.overflow{
- width:67px;
- display: inline-block;
- vertical-align: middle;
- }
- .el-table__row div.overflow{
- width:110px;
- }
- .el-table .cell,.el-table{
- overflow:visible;
- position: relative;
- }
- .el-table td input.select{
- background: #FFFFFF;
- border: 1px solid #CCCCCC;
- padding:0 6px;
- }
- .el-button--text{
- color:#606266;
- }
- .slide1-sec .mint-swipe-indicators{
- bottom:-12px;
- }
- .slide2-sec .mint-swipe-indicators{
- bottom:-39px;
- }
- .slide3-sec .mint-swipe-indicators,.swiper-img .mint-swipe-indicators{
- bottom:-11px;
- }
- </style>
- </html>
|