소스 검색

删除无用内容

linwei 1 년 전
부모
커밋
97202eccf7
3개의 변경된 파일28개의 추가작업 그리고 1개의 파일을 삭제
  1. 28 0
      .gitignore
  2. 0 0
      src/components/NewsCom/NewsType1.vue
  3. 0 1
      src/views/index/index.vue

+ 28 - 0
.gitignore

@@ -0,0 +1,28 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+.DS_Store
+dist
+dist-ssr
+coverage
+*.local
+
+/cypress/videos/
+/cypress/screenshots/
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/components/NewsCom/NewsType1.vue


+ 0 - 1
src/views/index/index.vue

@@ -44,7 +44,6 @@ const handleScroll = () => {
 //   }
 };
 onMounted(() => {
-    console.log('222',import.meta);
 })
 const menulist = shallowRef({
     "main":'/index',//主页

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.