From 8144c9484059620def28397d59f02757eea4f302 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Mon, 26 Sep 2022 15:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=B9=A6=E6=8E=A8=E8=8D=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + src/views/digitalResource.vue | 13 ++++++++++--- src/views/module/bookList.vue | 31 +++++++++++++++++++++++------- src/views/newBook.vue | 36 +++++++++++++++++++++++++++++++---- 4 files changed, 67 insertions(+), 14 deletions(-) diff --git a/src/main.js b/src/main.js index ac9085a..c7cdb39 100644 --- a/src/main.js +++ b/src/main.js @@ -20,6 +20,7 @@ Vue.prototype.$axios = axios // 馆代码 1201为东西湖馆代码 / 本地测试用FTZN Vue.prototype.libcode = 'FTZN' +// Vue.prototype.libcode = '1201' // 引入echart import echarts from 'echarts' diff --git a/src/views/digitalResource.vue b/src/views/digitalResource.vue index 063e488..8ca2f50 100644 --- a/src/views/digitalResource.vue +++ b/src/views/digitalResource.vue @@ -1,5 +1,7 @@