소스 검색

优化&处理结果页空间名称

zjs_project 1 년 전
부모
커밋
51decee682
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 7
      src/pages/webgl_rxdz_text_customize/webgl_rxdz_text_customize.vue
  2. 0 1
      src/utils/util.js

+ 0 - 7
src/pages/webgl_rxdz_text_customize/webgl_rxdz_text_customize.vue

@@ -473,13 +473,6 @@ export default {
 			};
 			util.trackRequest(param);
 		},
-        showToast(title){
-        	this.$store.state.loading = true;
-        	this.$store.state.loadingMsg = title || "";
-        	setTimeout(()=>{
-        		this.$store.state.loading = false;
-        	}, 1500);
-        }
     }
     
 }

+ 0 - 1
src/utils/util.js

@@ -306,7 +306,6 @@ function wsSendHeartBeat() {
  */
 function start() {
     let ws = wsConfig.ws;
-    //开启心跳
     // console.log("开启心跳", wsConfig,ws.readyState);
 	let data = ["\n"];//心跳的数据格式
 	ws.send(JSON.stringify(data));