Browse Source

修改优化 优化登录

chenrui  3 năm trước cách đây
mục cha
commit
a9b38a49fc
2 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 1
      src/pages/Common/home.vue
  2. 0 7
      src/pages/ReportStatistics/index.vue

+ 1 - 1
src/pages/Common/home.vue

@@ -821,7 +821,7 @@ export default {
         },
       ],
       filter_by_state: null,
-      mapurl: "https://v.qq.com/",
+      mapurl: "",
     };
   },
   computed: {

+ 0 - 7
src/pages/ReportStatistics/index.vue

@@ -308,13 +308,6 @@ export default {
       //获取接口数据
       let data = this.reqData;
       Dborder(data).then((res) => {
-        console.log(
-          JSON.parse(JSON.parse(JSON.stringify(res)).resultData).data
-        );
-
-        // JSON.parse(res, "11111111");
-        // // debugger;
-        // console.log(res.StatisticInfo);
         let TOdata = JSON.parse(JSON.parse(JSON.stringify(res)).resultData).data
           .ORDER[0].VEHICLE;
         this.tableData = TOdata;