Browse Source

Merge branch 'develop' of 101.201.121.115:leo/LAPP_ETL_WEBFRONT into feature_table

pull/1/head
wangxy 3 years ago
parent
commit
cfcd79ee08
3 changed files with 94754 additions and 1 deletions
  1. +94752
    -0
      public/echarts.js
  2. +1
    -0
      public/index.html
  3. +1
    -1
      src/views/Home.vue

+ 94752
- 0
public/echarts.js
File diff suppressed because it is too large
View File


+ 1
- 0
public/index.html View File

@ -13,5 +13,6 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="./echarts.js"></script>
</body>
</html>

+ 1
- 1
src/views/Home.vue View File

@ -156,7 +156,7 @@ export default {
},
},
mounted() {
get("/user/plants", {}).then(({ code, data }) => {
get("/admin/report/filterdatainfo/display", {}).then(({ code, data }) => {
console.log(code);
console.log(data);
});


Loading…
Cancel
Save