diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..927d10d Binary files /dev/null and b/dist.zip differ diff --git a/index.html b/index.html index 92a7792..15f65ae 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + 数据之眼可视化大屏 diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..2034b5b Binary files /dev/null and b/public/logo.png differ diff --git a/src/App.vue b/src/App.vue index d78b872..60c8858 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,7 +57,7 @@ if (localStorage.getItem("TRADE_USER")) { areaStroe.changeArea({ areaCode: area_code, streetCode: street_code }) } -if(! JSON.parse(localStorage.getItem("TRADE_TYPE")) )openPush(); +if( !JSON.parse(localStorage.getItem("TRADE_TYPE")))openPush();