From f0d07a7d483fe992337a373ec1346fe78dd0a9c3 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 28 May 2021 15:22:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=B0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- src/views/modules/vim/vaccinationinfo.vue | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index b832673..3ff5007 100644 --- a/public/index.html +++ b/public/index.html @@ -13,7 +13,7 @@ window.SITE_CONFIG = {} window.SITE_CONFIG['version'] = 'v1.1.0' window.SITE_CONFIG['nodeEnv'] = '<%= process.env.VUE_APP_NODE_ENV %>' - window.SITE_CONFIG['apiURL'] = '' // api请求地址 + window.SITE_CONFIG['apiURL'] = 'https://epdc-yushan.elinkservice.cn/epdc-api' // api请求地址 window.SITE_CONFIG['storeState'] = {} // vuex本地储存初始化状态(用于不刷新页面的情况下,也能重置初始化项目中所有状态) window.SITE_CONFIG['contentTabDefault'] = { // 内容标签页默认属性对象 @@ -58,7 +58,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/src/views/modules/vim/vaccinationinfo.vue b/src/views/modules/vim/vaccinationinfo.vue index 8351c1f..7737842 100644 --- a/src/views/modules/vim/vaccinationinfo.vue +++ b/src/views/modules/vim/vaccinationinfo.vue @@ -69,6 +69,17 @@ + + + + + + {{ $t('query') }} + + {{ $t('export') }} +