Ver código fonte

更改主页控制台报错

sunyanqiang 3 anos atrás
pai
commit
f58b2858fc
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/views/pt.vue

+ 3 - 3
src/views/pt.vue

@@ -730,7 +730,7 @@ export default {
         })
         .catch(() => {});
     },
-    // 手机柜线上地址
+    // 手机柜线上地址console
     xianShang() {
       // var today = new Date();
       // var h = today.getHours();
@@ -769,7 +769,7 @@ export default {
     getlist() {
       listNotice().then((res) => {
         this.noticeList = res.data;
-        console.log(this.noticeList);
+        // console.log(this.noticeList);
         this.noticeList.forEach((item) => {
           // var newDate=/\d{4}-\d{1,2}-\d{1,2}/g.exec(item.createTime)
           var a = item.createTime.substring(0, 10).split("-");
@@ -779,7 +779,7 @@ export default {
     },
     getworklist() {
       getWorkTask().then((res) => {
-        console.log(res);
+        // console.log(res);
         this.worklist = res.data;
       });
     },