From a9c8dff024f31b088c1a1f7ac496887aeca7c3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=AD=A6=E5=9D=A4?= <1107410514@qq.com> Date: Thu, 26 Sep 2019 20:08:08 +0800 Subject: [PATCH] kun 9/26/20/10 --- src/main.js | 2 + src/views/InformationQuery.vue | 121 +++++++++++++++------------------ src/views/project/Project.vue | 4 +- static/img/btg.png | Bin 12390 -> 8645 bytes static/img/shz.png | Bin 14208 -> 8061 bytes static/img/tg.png | Bin 14520 -> 8695 bytes static/img/zxz.png | Bin 13351 -> 7620 bytes static/js/tool.js | 66 +++++++++++++++--- 8 files changed, 114 insertions(+), 79 deletions(-) diff --git a/src/main.js b/src/main.js index 7d28cbb..68fa2a9 100644 --- a/src/main.js +++ b/src/main.js @@ -3,6 +3,7 @@ import App from './App.vue' import router from './router' import store from './store' import http from '../static/js/http' +import tool from '../static/js/tool' import ElementUI from 'element-ui' import md5 from 'js-md5' @@ -32,6 +33,7 @@ router.beforeEach((to, from, next) => { }) Vue.prototype.$md5 = md5 +Vue.prototype.$tool = tool Vue.prototype.$http = http Vue.prototype.$jump = function (url) { this.$router.push({ diff --git a/src/views/InformationQuery.vue b/src/views/InformationQuery.vue index 958242a..f5e3ab1 100644 --- a/src/views/InformationQuery.vue +++ b/src/views/InformationQuery.vue @@ -4,30 +4,29 @@