tremble 4 anni fa
parent
commit
f9eeb04c4e

+ 2 - 2
SuperTwo762/css/oldVer/main0.css

@@ -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;

+ 1 - 1
code/src/pages/index/index.vue

@@ -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"
 

+ 0 - 1
hotspot/src/views/Home.vue

@@ -248,7 +248,6 @@ export default {
   width: 100%;
   height: 100%;
   position: relative;
-  background: #000;
   .ismtop {
     padding-top: 40px !important;
   }

+ 1 - 1
macaoApplets/config/index.js

@@ -12,4 +12,4 @@ export const STATUS_TEXT = {
   '1':'取消连接',
   '2':'取消连接',
   '3':'重新连接'
-}
+}

+ 1 - 0
macaoApplets/utils/http.js

@@ -19,6 +19,7 @@ function request (url, options) {
         reject(err)
       }
     }, options))
+    
     setTimeout(() => reject('time out'), 5000)
   })
 }