tanxue 2 月之前
父節點
當前提交
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)