From d9e79c2c7817a09d0fc74a680a4bf129e5223657 Mon Sep 17 00:00:00 2001
From: pan <1029559041@qq.com>
Date: Mon, 10 Aug 2020 16:07:22 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A8=E8=8D=90=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
nuxt.config.js | 1 +
pages/index/document.vue | 35 ++++++++++++++++++++++-----------
plugins/global.js | 42 ++++++++++++++++++++--------------------
3 files changed, 46 insertions(+), 32 deletions(-)
diff --git a/nuxt.config.js b/nuxt.config.js
index c079d25..c6536c1 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -1,5 +1,6 @@
export default {
server: {
+ host: '127.0.0.1',
port: 5000,
},
/*
diff --git a/pages/index/document.vue b/pages/index/document.vue
index af08330..eb8753b 100644
--- a/pages/index/document.vue
+++ b/pages/index/document.vue
@@ -43,6 +43,10 @@
+
+
@@ -60,7 +64,7 @@
{{item.title}}
- [{{item.type}}]
+ {{item.type}}
{{item.author}}
{{item.profession}}
{{item.school}} {{item.year}}
@@ -106,10 +110,10 @@