liushengqiang 2 년 전
부모
커밋
9766e4498a
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/page-instrument/custom-plugins/work-ealuating/index.tsx
  2. 1 1
      src/page-instrument/custom-plugins/work-home/index.tsx

+ 1 - 1
src/page-instrument/custom-plugins/work-ealuating/index.tsx

@@ -26,7 +26,7 @@ export default defineComponent({
 		});
 		/** 隐藏评测功能 */
 		const handleHide = () => {
-			const ids = ["tips-step-1"];
+			const ids = ["studnetT-0"];
 			for (let i = 0; i < ids.length; i++) {
 				const speedBtn = document.getElementById(ids[i]);
 				if (speedBtn) {

+ 1 - 1
src/page-instrument/custom-plugins/work-home/index.tsx

@@ -29,7 +29,7 @@ export default defineComponent({
 
 		/** 隐藏评测功能 */
 		const handleHide = () => {
-			const ids = ["tips-step-1", "tips-step-5"];
+			const ids = ["studnetT-0", "studnetT-2", "studnetT-4"];
 			for (let i = 0; i < ids.length; i++) {
 				const speedBtn = document.getElementById(ids[i]);
 				if (speedBtn) {