tanxue 2 месяцев назад
Родитель
Сommit
449bc4312a
1 измененных файлов с 4 добавлено и 6 удалено
  1. 4 6
      components/password-lli/password-lli.vue

+ 4 - 6
components/password-lli/password-lli.vue

@@ -42,15 +42,13 @@
 			if (window.lli && typeof window.lli.encode === 'function') {
 			} else {
 				const script = document.createElement('script')
-				//#ifndef H5
+				// #ifdef H5
 				script.src = '/static/encode.js'
-				console.log(1111)
-				//#endif
+				// #endif
 				
-				//#ifdef APP-PLUS
+				// #ifdef APP-PLUS
 				script.src = 'static/encode.js'
-				console.log(2222)
-				//#endif
+				// #endif
 
 				
 				document.head.appendChild(script)