2 次代码提交 1f5cb8c850 ... c63b22ff39

作者 SHA1 备注 提交日期
  linwei c63b22ff39 Merge branch 'master' of http://36.137.93.232:3000/yzc/xmhjc-web 1 年之前
  linwei 97202eccf7 删除无用内容 1 年之前
共有 3 个文件被更改,包括 0 次插入24 次删除
  1. 0 23
      .gitignore
  2. 0 0
      src/components/NewsCom/NewsType1.vue
  3. 0 1
      src/views/index/index.vue

+ 0 - 23
.gitignore

@@ -1,23 +0,0 @@
-.DS_Store
-node_modules/
-dist/
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-**/*.log
-
-tests/**/coverage/
-tests/e2e/reports
-selenium-debug.log
-
-# Editor directories and files
-.idea
-.vscode
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-*.local
-
-package-lock.json
-yarn.lock

文件差异内容过多而无法显示
+ 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',//主页

部分文件因为文件数量过多而无法显示