소스 검색

update pc_chat

luke 6 년 전
부모
커밋
e9661505db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

@@ -1687,7 +1687,7 @@
 			registered() {
 				let token = localStorage.getItem('token');
 				let appuid = this.$public.getQueryString('appuid');
-				let tutype = this.$public.getQueryString('tutype');
+				let tutype = localStorage.getItem('tutype');
 				if (appuid && tutype >= 1) {
 					token = localStorage.getItem('token');
 				} else if (!appuid && tutype < 1) {