This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_ETL_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加echarts文件
pull/3/head
liwei
3 years ago
parent
b2ecbc957d
commit
d9300c9bcf
3 changed files
with
94754 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+94752
-0
public/echarts.js
+1
-0
public/index.html
+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
@ -57,7 +57,7 @@ export default {
}
,
}
,
mounted
(
)
{
get
(
"/
user/plants
"
,
{
}
)
.
then
(
(
{
code
,
data
}
)
=>
{
get
(
"/
admin/report/filterdatainfo/display
"
,
{
}
)
.
then
(
(
{
code
,
data
}
)
=>
{
console
.
log
(
code
)
;
console
.
log
(
data
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save