From b78c6dd6cc59533a6659854a6c698bec464daefa Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Mon, 9 May 2022 17:13:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20store=E6=96=87=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=99=BB=E5=BD=95=E7=9B=B8=E5=85=B3=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 + components/BsLogin.vue | 29 +- constants/index.js | 8 + layouts/default.vue | 1 + layouts/module/footer/index.vue | 1 + nuxt.config.js | 6 +- package-lock.json | 16097 ++++++++++++++++++++++++++++++ package.json | 1 + plugins/api/account.js | 2 +- plugins/axiosTk.js | 2 +- plugins/storeStorage.js | 14 - store/index.js | 55 +- 12 files changed, 16187 insertions(+), 31 deletions(-) create mode 100644 .npmrc create mode 100644 constants/index.js create mode 100644 package-lock.json delete mode 100644 plugins/storeStorage.js diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..6d46b7d --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +registry=https://registry.npm.taobao.org/ +sass_binary_site="https://npm.taobao.org/mirrors/node-sass" \ No newline at end of file diff --git a/components/BsLogin.vue b/components/BsLogin.vue index aed8652..18896fc 100644 --- a/components/BsLogin.vue +++ b/components/BsLogin.vue @@ -3,6 +3,8 @@ +