@@ -53,8 +53,8 @@ iframe{
}
#closepop {
background: url(../../images/close1.png) no-repeat;
- width: 30px;
- height: 30px;
+ width: 60px;
+ height: 60px;
cursor: pointer;
position: absolute;
right: 30px;
@@ -32,7 +32,7 @@ import history from '@/pages/history'
import bg from '@/components/background'
-let temp = 'http://221.4.210.172:10081/'
+let temp = ''
const outKey = "791"
const inKey = "762"
@@ -248,7 +248,6 @@ export default {
width: 100%;
height: 100%;
position: relative;
- background: #000;
.ismtop {
padding-top: 40px !important;
@@ -12,4 +12,4 @@ export const STATUS_TEXT = {
'1':'取消连接',
'2':'取消连接',
'3':'重新连接'
-}
+}
@@ -19,6 +19,7 @@ function request (url, options) {
reject(err)
}, options))
+
setTimeout(() => reject('time out'), 5000)
})