From 0ba2f8dbd6072c488223b77deb63965a25cbfb1b Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 23 Sep 2021 11:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E6=95=B0=E6=8D=AE=E5=8A=A0=E8=BD=BD=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 ++ src/App.vue | 18 +++++++++--------- src/store/index.ts | 2 +- src/utils/request.ts | 2 +- src/views/User/index.vue | 9 ++------- 5 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.env.example b/.env.example index 5b02577..1056ed4 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,8 @@ NODE_ENV=production BASE_URL=/ +VUE_APP_VUEX_KEY=vuex + VUE_APP_TITLE=Jason.Chen VUE_APP_API_URL=/api diff --git a/src/App.vue b/src/App.vue index a9ad213..af3420b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,13 +5,15 @@ - Home - | - User - | - Login - | - Register +
+ Home + | + User + | + Login + | + Register +