From f277e0e6424f429af3855e17a8441658bfea2522 Mon Sep 17 00:00:00 2001 From: zhongchangyuyu Date: Fri, 25 Apr 2025 09:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc/.env.development | 2 +- pc/package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pc/.env.development b/pc/.env.development index fb777cf..d718c09 100644 --- a/pc/.env.development +++ b/pc/.env.development @@ -1,4 +1,4 @@ NODE_ENV = 'development' # 开发环境API地址 -VUE_APP_BASE_API = http://192.168.137.3:8080/api/api \ No newline at end of file +VUE_APP_BASE_API = http://localhost:8082/api \ No newline at end of file diff --git a/pc/package.json b/pc/package.json index 491d5d5..8c79d62 100644 --- a/pc/package.json +++ b/pc/package.json @@ -37,6 +37,7 @@ "moment": "^2.30.1", "nprogress": "0.2.0", "qrcode": "^1.5.3", + "qrcode.vue": "^3.6.0", "quill": "1.3.7", "screenfull": "5.0.2", "sm-crypto": "^0.3.12", @@ -54,6 +55,7 @@ "devDependencies": { "@vue/cli-plugin-babel": "4.4.6", "@vue/cli-service": "4.4.6", + "babel-loader": "^10.0.0", "babel-plugin-dynamic-import-node": "2.3.3", "chalk": "4.1.0", "compression-webpack-plugin": "5.0.2", @@ -74,4 +76,4 @@ ">1%", "last 2 versions" ] -} \ No newline at end of file +}