From 7c19380b22f5b1da162e9e69fb9465254ce19de6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 23 Dec 2022 10:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E5=BD=B1=E3=81=AF=20=E4=BF=BA?= =?UTF-8?q?=E3=81=AE=E5=A4=A2=E3=81=A0=E3=81=8B=E3=82=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 +- package.json | 4 ++-- ui/.npmrc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.npmrc b/.npmrc index 0c5ec652..81dffa18 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ -registry=http://cli.cunwuyun.cn/ +registry=http://192.168.1.87:4873/ email=aixianling@sinoecare.com always-auth=true _auth="YWRtaW46YWRtaW4xMjM=" diff --git a/package.json b/package.json index 9d10fc00..86573ae7 100644 --- a/package.json +++ b/package.json @@ -58,9 +58,9 @@ "sass-loader": "^7.3.1", "uglifyjs-webpack-plugin": "^2.2.0", "v-viewer": "^1.6.4", - "vue": "^2.6.14", + "vue": "^2.7.14", "vue-router": "^3.3.4", - "vue-template-compiler": "^2.6.14", + "vue-template-compiler": "^2.7.14", "vuex": "^3.5.1", "vuex-persistedstate": "^2.7.1" }, diff --git a/ui/.npmrc b/ui/.npmrc index ec1def8c..28ac2252 100644 --- a/ui/.npmrc +++ b/ui/.npmrc @@ -1,4 +1,4 @@ -registry=http://cli.sinoecare.net/ +#registry=http://cli.sinoecare.net/ always-auth=true _auth="YWRtaW46YWRtaW4xMjM=" email=aixianling@sinoecare.com