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
Merge branch 'develop' of 101.201.121.115:leo/LAPP_ETL_WEBFRONT into feature_table
pull/1/head
wangxy
3 years ago
parent
7757cf0f8e
d9300c9bcf
commit
cfcd79ee08
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
@ -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
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save