diff --git a/public/index.html b/public/index.html index 4123528..d2a4288 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,33 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + +
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/back.jpg b/src/assets/back.jpg new file mode 100644 index 0000000..c8a236a Binary files /dev/null and b/src/assets/back.jpg differ diff --git a/src/assets/back.png b/src/assets/back.png deleted file mode 100644 index e8db818..0000000 Binary files a/src/assets/back.png and /dev/null differ diff --git a/src/components/Login.vue b/src/components/Login.vue index 26a0432..ca7ab7b 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -175,9 +175,9 @@ export default { this.img1 = require("../assets/login-img.png"); this.img2 = require("../assets/login-img3.png"); this.logo = require("../assets/login-logo.png"); - this.bgimg = require("../assets/back.png"); + this.bgimg = require("../assets/back.jpg"); this.avter = require("../assets/login-portrait.png"); - this.logobg = require("../assets/back.png"); + this.logobg = require("../assets/back.jpg"); this.createCode(); } }; diff --git a/src/components/Main.vue b/src/components/Main.vue index 80606b6..51f803c 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -62,22 +62,12 @@ diff --git a/src/components/admin/forms/DeviceDetail.vue b/src/components/admin/forms/DeviceDetail.vue index 90dd34a..4ef59ff 100644 --- a/src/components/admin/forms/DeviceDetail.vue +++ b/src/components/admin/forms/DeviceDetail.vue @@ -57,7 +57,7 @@ :destroyOnClose="true" :footer="null" > -
+ + + + + + + + + + + 确定 + + + +
- + 确认 @@ -24,24 +42,10 @@ - \ No newline at end of file diff --git a/src/components/admin/tables/DeviceTable.vue b/src/components/admin/tables/DeviceTable.vue index 5caf2d3..08b729b 100644 --- a/src/components/admin/tables/DeviceTable.vue +++ b/src/components/admin/tables/DeviceTable.vue @@ -19,7 +19,7 @@ {{ project.name }} - + 查看 @@ -106,6 +106,7 @@ export default { let results = await getData(this.listUrl, params); let data = results.data; const pagination = { ...this.pages }; + console.log(data) pagination.total = data.length; this.tableRows = data; this.pages = pagination; @@ -116,7 +117,6 @@ export default { } }, handleDetail(record) { - // console.log(record) this.visible = true; this.record = record; }, diff --git a/src/components/map/Index.vue b/src/components/map/Index.vue index fc5c0a5..35680e6 100644 --- a/src/components/map/Index.vue +++ b/src/components/map/Index.vue @@ -12,29 +12,21 @@