Commit 3492a38d authored by liqin's avatar liqin 💬

更新src/views/screen.vue

parent 62e69f28
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
// httpUrl = "tBoardStatistic/getBoardTrendPageList?playDate="; // httpUrl = "tBoardStatistic/getBoardTrendPageList?playDate=";
httpUrl = `tBoardStatistic/getBoardPageList?beginDate=${frequencyDate}&endDate=${frequencyDate}`; httpUrl = `tBoardStatistic/getBoardPageList?beginDate=${frequencyDate}&endDate=${frequencyDate}`;
} }
} },
_this _this
.$https({ .$https({
method: "post", method: "post",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment