diff --git a/public/index.html b/public/index.html index 51f015334f74baf989edb00c39a8868add51465e..77c920323d78c03de37f8669cec34fa5950b9de5 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,17 @@ - + 安检设备综合管理平台 - - - -
- - + + + +
+ diff --git a/src/App.vue b/src/App.vue index e4f9c6e5cd8474f42c7a819b9c4ab5fc06a1f205..71d6b1b769170051fd3e3e388b5683821b8470f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,6 +12,11 @@ export default { components: { // NewsDialog }, + data() { + return { + show: false + } + }, computed: { deviceId() { return this.$store.state.dataPageData.deviceId @@ -36,16 +41,20 @@ export default { }, deep: true } + }, + created() { + } } diff --git a/src/views/Login.vue b/src/views/Login.vue index 6abb328b847babd9ae12652c0444aab7944a4d63..c37db3ee0c21efd542fdfbccec1750423dea89ff 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -1,7 +1,14 @@ - +